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 2419141035091999df2f3cf5c0b8a4c4e8a66446

Version v0.8
Author: xaizek
Author date (UTC): 2015-07-09 11:05
Committer name: xaizek
Committer date (UTC): 2015-07-09 13:28
Parent(s): e6247f46627f03467ab60fee4d1c56cfb9200352
Signing key:
Tree: 897a38bd22a785d491d9664988961e96682e0faf
File Lines added Lines deleted
ChangeLog 1 1
NEWS 1 1
README 2 2
aclocal.m4 1 0
configure 10 10
configure.ac 1 1
data/vifm-convert-dircolors.1 1 1
data/vifm-pause.1 1 1
data/vifm.1 1 1
data/vifmrc-converter.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 aaffe56fb..e770a24c7)
1 0.8-beta to current
1 0.8-beta to 0.8
2 2
3 3 Added handling of Ctrl-L to sort dialog. Thanks to filterfalse. Added handling of Ctrl-L to sort dialog. Thanks to filterfalse.
4 4
File NEWS changed (mode: 100644) (index 90ad919d0..60642452e)
1 July 08, 2015
1 July 09, 2015
2 2 ============= =============
3 3
4 4 vifm v0.8 vifm v0.8
File README changed (mode: 100644) (index b38cb6389..502b2b7ba)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2015 2001 - 2015
3 3
4 Updated: 03 July, 2015
5 Version: 0.8-beta
4 Updated: 09 July, 2015
5 Version: 0.8
6 6
7 7 Brief Description Brief Description
8 8
File aclocal.m4 changed (mode: 100644) (index 406b2eb39..583ddd1d5)
... ... AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1038 1038 AC_SUBST([am__tar]) AC_SUBST([am__tar])
1039 1039 AC_SUBST([am__untar]) AC_SUBST([am__untar])
1040 1040 ]) # _AM_PROG_TAR ]) # _AM_PROG_TAR
1041
File configure changed (mode: 100755) (index c5326fa62..0d4203ac5)
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.8-beta.
3 # Generated by GNU Autoconf 2.69 for vifm 0.8.
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.8-beta'
584 PACKAGE_STRING='vifm 0.8-beta'
583 PACKAGE_VERSION='0.8'
584 PACKAGE_STRING='vifm 0.8'
585 585 PACKAGE_BUGREPORT='xaizek@openmailbox.org' PACKAGE_BUGREPORT='xaizek@openmailbox.org'
586 586 PACKAGE_URL='http://vifm.info' PACKAGE_URL='http://vifm.info'
587 587
 
... ... if test "$ac_init_help" = "long"; then
1290 1290 # Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
1291 1291 # 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.
1292 1292 cat <<_ACEOF cat <<_ACEOF
1293 \`configure' configures vifm 0.8-beta to adapt to many kinds of systems.
1293 \`configure' configures vifm 0.8 to adapt to many kinds of systems.
1294 1294
1295 1295 Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
1296 1296
 
... ... fi
1360 1360
1361 1361 if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
1362 1362 case $ac_init_help in case $ac_init_help in
1363 short | recursive ) echo "Configuration of vifm 0.8-beta:";;
1363 short | recursive ) echo "Configuration of vifm 0.8:";;
1364 1364 esac esac
1365 1365 cat <<\_ACEOF cat <<\_ACEOF
1366 1366
 
... ... fi
1474 1474 test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
1475 1475 if $ac_init_version; then if $ac_init_version; then
1476 1476 cat <<\_ACEOF cat <<\_ACEOF
1477 vifm configure 0.8-beta
1477 vifm configure 0.8
1478 1478 generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
1479 1479
1480 1480 Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
 
... ... cat >config.log <<_ACEOF
2000 2000 This file contains any messages produced by compilers while This file contains any messages produced by compilers while
2001 2001 running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
2002 2002
2003 It was created by vifm $as_me 0.8-beta, which was
2003 It was created by vifm $as_me 0.8, which was
2004 2004 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
2005 2005
2006 2006 $ $0 $@ $ $0 $@
 
... ... fi
2816 2816
2817 2817 # Define the identity of the package. # Define the identity of the package.
2818 2818 PACKAGE='vifm' PACKAGE='vifm'
2819 VERSION='0.8-beta'
2819 VERSION='0.8'
2820 2820
2821 2821
2822 2822 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9758 9758 # report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
9759 9759 # values after options handling. # values after options handling.
9760 9760 ac_log=" ac_log="
9761 This file was extended by vifm $as_me 0.8-beta, which was
9761 This file was extended by vifm $as_me 0.8, which was
9762 9762 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
9763 9763
9764 9764 CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
 
... ... _ACEOF
9825 9825 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9826 9826 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9827 9827 ac_cs_version="\\ ac_cs_version="\\
9828 vifm config.status 0.8-beta
9828 vifm config.status 0.8
9829 9829 configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
9830 9830 with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
9831 9831
File configure.ac changed (mode: 100644) (index 33257d7e5..2cfdac8ec)
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.8-beta, xaizek@openmailbox.org, vifm, http://vifm.info)
3 AC_INIT(vifm, 0.8, xaizek@openmailbox.org, vifm, http://vifm.info)
4 4 AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_SRCDIR(configure.ac)
5 5 AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
6 6 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
File data/vifm-convert-dircolors.1 changed (mode: 100644) (index 881b4ed0b..47041ec06)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "June 19, 2015" "vifm 0.8-beta"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "July 09, 2015" "vifm 0.8"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifm-pause.1 changed (mode: 100644) (index 976a5bdf6..ee3a34872)
1 .TH "VIFM-PAUSE" "1" "June 19, 2015" "vifm 0.8-beta"
1 .TH "VIFM-PAUSE" "1" "July 09, 2015" "vifm 0.8"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifm.1 changed (mode: 100644) (index 9a3dd3028..ddcc7c7ff)
1 .TH VIFM 1 "July 02, 2015" "vifm 0.8-beta"
1 .TH VIFM 1 "July 09, 2015" "vifm 0.8"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifmrc-converter.1 changed (mode: 100644) (index a66a65942..e1aa7d26b)
1 .TH "VIFMRC-CONVERTER" "1" "June 19, 2015" "vifm 0.8-beta"
1 .TH "VIFMRC-CONVERTER" "1" "July 09, 2015" "vifm 0.8"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 89b7f2521..971952bfe)
1 *vifm-app.txt* For Vifm version 0.8-beta Last change: 2015 Jul 02
1 *vifm-app.txt* For Vifm version 0.8 Last change: 2015 Jul 09
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 c2ad743de..004e89234)
1 *vifm-plugin.txt* For Vifm version 0.8-beta Last change: 2015 Jun 19
1 *vifm-plugin.txt* For Vifm version 0.8 Last change: 2015 Jul 09
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 c2dd1d1f4..1c68b20e9)
... ... vifmres.o: vifm.res
109 109
110 110 ../config.h: ../config.h:
111 111 @echo Creating sample ../config.h @echo Creating sample ../config.h
112 echo '#define VERSION "0.8-beta"' > ../config.h; \
112 echo '#define VERSION "0.8"' > ../config.h; \
113 113 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
114 114 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
115 115 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