xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 2a7a1019d86c8cf39f6c34ffc4a69a8465a27f4a

Version v0.9
Author: xaizek
Author date (UTC): 2017-06-18 14:31
Committer name: xaizek
Committer date (UTC): 2017-06-18 14:31
Parent(s): b310334c8040ad4dff3d2f20628cb68c90957fa6
Signing key: 99DC5E4DB05F6BE2
Tree: 877fc4d940d5abb03244701062eb727fca757984
File Lines added Lines deleted
ChangeLog 1 1
README 2 2
configure 10 10
configure.ac 1 1
data/man/vifm-convert-dircolors.1 1 1
data/man/vifm-pause.1 1 1
data/man/vifm-screen-split.1 1 1
data/man/vifm.1 1 1
data/vim/doc/app/vifm-app.txt 1 1
data/vim/doc/plugin/vifm-plugin.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index e21c8bc16..54092f3fa)
1 0.9-beta to current
1 0.9-beta to 0.9
2 2
3 3 Escape $ and ` in %" macros on *nix systems. Thanks to filterfalse. Escape $ and ` in %" macros on *nix systems. Thanks to filterfalse.
4 4
File README changed (mode: 100644) (index 7fc18c2e5..745f84934)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2016 2001 - 2016
3 3
4 Updated: 04 June, 2017
5 Version: 0.9-beta
4 Updated: 18 June, 2017
5 Version: 0.9
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index a3fa1f175..56fdd9cfa)
1 1 #! /bin/sh #! /bin/sh
2 2 # Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for vifm 0.9-beta.
3 # Generated by GNU Autoconf 2.69 for vifm 0.9.
4 4 # #
5 5 # Report bugs to <xaizek@openmailbox.org>. # Report bugs to <xaizek@openmailbox.org>.
6 6 # #
 
... ... MAKEFLAGS=
580 580 # Identity of this package. # Identity of this package.
581 581 PACKAGE_NAME='vifm' PACKAGE_NAME='vifm'
582 582 PACKAGE_TARNAME='vifm' PACKAGE_TARNAME='vifm'
583 PACKAGE_VERSION='0.9-beta'
584 PACKAGE_STRING='vifm 0.9-beta'
583 PACKAGE_VERSION='0.9'
584 PACKAGE_STRING='vifm 0.9'
585 585 PACKAGE_BUGREPORT='xaizek@openmailbox.org' PACKAGE_BUGREPORT='xaizek@openmailbox.org'
586 586 PACKAGE_URL='https://vifm.info' PACKAGE_URL='https://vifm.info'
587 587
 
... ... if test "$ac_init_help" = "long"; then
1299 1299 # Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
1300 1300 # This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
1301 1301 cat <<_ACEOF cat <<_ACEOF
1302 \`configure' configures vifm 0.9-beta to adapt to many kinds of systems.
1302 \`configure' configures vifm 0.9 to adapt to many kinds of systems.
1303 1303
1304 1304 Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
1305 1305
 
... ... fi
1369 1369
1370 1370 if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
1371 1371 case $ac_init_help in case $ac_init_help in
1372 short | recursive ) echo "Configuration of vifm 0.9-beta:";;
1372 short | recursive ) echo "Configuration of vifm 0.9:";;
1373 1373 esac esac
1374 1374 cat <<\_ACEOF cat <<\_ACEOF
1375 1375
 
... ... fi
1492 1492 test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
1493 1493 if $ac_init_version; then if $ac_init_version; then
1494 1494 cat <<\_ACEOF cat <<\_ACEOF
1495 vifm configure 0.9-beta
1495 vifm configure 0.9
1496 1496 generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
1497 1497
1498 1498 Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
 
... ... cat >config.log <<_ACEOF
2018 2018 This file contains any messages produced by compilers while This file contains any messages produced by compilers while
2019 2019 running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
2020 2020
2021 It was created by vifm $as_me 0.9-beta, which was
2021 It was created by vifm $as_me 0.9, which was
2022 2022 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
2023 2023
2024 2024 $ $0 $@ $ $0 $@
 
... ... fi
2882 2882
2883 2883 # Define the identity of the package. # Define the identity of the package.
2884 2884 PACKAGE='vifm' PACKAGE='vifm'
2885 VERSION='0.9-beta'
2885 VERSION='0.9'
2886 2886
2887 2887
2888 2888 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10136 10136 # report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
10137 10137 # values after options handling. # values after options handling.
10138 10138 ac_log=" ac_log="
10139 This file was extended by vifm $as_me 0.9-beta, which was
10139 This file was extended by vifm $as_me 0.9, which was
10140 10140 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
10141 10141
10142 10142 CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
 
... ... _ACEOF
10203 10203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10204 10204 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
10205 10205 ac_cs_version="\\ ac_cs_version="\\
10206 vifm config.status 0.9-beta
10206 vifm config.status 0.9
10207 10207 configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
10208 10208 with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
10209 10209
File configure.ac changed (mode: 100644) (index f47036493..09248d497)
1 1 dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_INIT(vifm, 0.9-beta, xaizek@openmailbox.org, vifm, https://vifm.info)
3 AC_INIT(vifm, 0.9, xaizek@openmailbox.org, vifm, https://vifm.info)
4 4 AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_SRCDIR(configure.ac)
5 5 AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2]) AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])
6 6 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
File data/man/vifm-convert-dircolors.1 changed (mode: 100644) (index 48017638e..23530aad7)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "June 04, 2017" "vifm 0.9-beta"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "June 18, 2017" "vifm 0.9"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-pause.1 changed (mode: 100644) (index 4dd8715b3..ec659bef9)
1 .TH "VIFM-PAUSE" "1" "June 04, 2017" "vifm 0.9-beta"
1 .TH "VIFM-PAUSE" "1" "June 18, 2017" "vifm 0.9"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-screen-split.1 changed (mode: 100644) (index 616df1cde..a64ab9d26)
1 .TH "VIFM-SCREEN-SPLIT" "1" "June 04, 2017" "vifm 0.9-beta"
1 .TH "VIFM-SCREEN-SPLIT" "1" "June 18, 2017" "vifm 0.9"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm.1 changed (mode: 100644) (index 919622b1d..1158f2d2e)
1 .TH VIFM 1 "June 10, 2017" "vifm 0.9-beta"
1 .TH VIFM 1 "June 18, 2017" "vifm 0.9"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 9d3be7a55..cccd13885)
1 *vifm-app.txt* For Vifm version 0.9-beta Last change: 2017 Jun 10
1 *vifm-app.txt* For Vifm version 0.9 Last change: 2017 Jun 18
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
File data/vim/doc/plugin/vifm-plugin.txt changed (mode: 100644) (index 7ec91e675..8fea16be3)
1 *vifm-plugin.txt* For Vifm version 0.9-beta Last change: 2017 Jun 04
1 *vifm-plugin.txt* For Vifm version 0.9 Last change: 2017 Jun 18
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
File src/Makefile.win changed (mode: 100644) (index 3da4c5a37..50f8ac5a4)
... ... vifmres.o: vifm.res
122 122
123 123 ../config.h: ../config.h:
124 124 @echo Creating sample ../config.h @echo Creating sample ../config.h
125 echo '#define VERSION "0.9-beta"' > ../config.h; \
125 echo '#define VERSION "0.9"' > ../config.h; \
126 126 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
127 127 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
128 128 echo '#define PACKAGE_SYSCONF_DIR ""' >> ../config.h; \ echo '#define PACKAGE_SYSCONF_DIR ""' >> ../config.h; \
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master