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 4976ef8856731b1a0f67de58ccbd8b7cbf4af64c

Version v0.8.1
Author: xaizek
Author date (UTC): 2016-01-17 11:40
Committer name: xaizek
Committer date (UTC): 2016-01-17 11:40
Parent(s): d6f94a2c475216bf4183b52c04d2936e107d6961
Signing key:
Tree: cb5a633c7b0543855d3896bab09b6af1adc4ac9e
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 99af3286b..8c22ab5cb)
1 0.8.1-beta to current
1 0.8.1-beta to 0.8.1
2 2
3 3 Added summary to builtin tree implementation. Thanks to aleksejrs. Added summary to builtin tree implementation. Thanks to aleksejrs.
4 4
File README changed (mode: 100644) (index 0f12288f9..3dc5274e0)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2015 2001 - 2015
3 3
4 Updated: 02 January, 2016
5 Version: 0.8.1-beta
4 Updated: 17 January, 2016
5 Version: 0.8.1
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index eca14549f..5ab9480e8)
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.1-beta.
3 # Generated by GNU Autoconf 2.69 for vifm 0.8.1.
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.1-beta'
584 PACKAGE_STRING='vifm 0.8.1-beta'
583 PACKAGE_VERSION='0.8.1'
584 PACKAGE_STRING='vifm 0.8.1'
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
1292 1292 # Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
1293 1293 # 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.
1294 1294 cat <<_ACEOF cat <<_ACEOF
1295 \`configure' configures vifm 0.8.1-beta to adapt to many kinds of systems.
1295 \`configure' configures vifm 0.8.1 to adapt to many kinds of systems.
1296 1296
1297 1297 Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
1298 1298
 
... ... fi
1362 1362
1363 1363 if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
1364 1364 case $ac_init_help in case $ac_init_help in
1365 short | recursive ) echo "Configuration of vifm 0.8.1-beta:";;
1365 short | recursive ) echo "Configuration of vifm 0.8.1:";;
1366 1366 esac esac
1367 1367 cat <<\_ACEOF cat <<\_ACEOF
1368 1368
 
... ... fi
1478 1478 test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
1479 1479 if $ac_init_version; then if $ac_init_version; then
1480 1480 cat <<\_ACEOF cat <<\_ACEOF
1481 vifm configure 0.8.1-beta
1481 vifm configure 0.8.1
1482 1482 generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
1483 1483
1484 1484 Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
 
... ... cat >config.log <<_ACEOF
2004 2004 This file contains any messages produced by compilers while This file contains any messages produced by compilers while
2005 2005 running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
2006 2006
2007 It was created by vifm $as_me 0.8.1-beta, which was
2007 It was created by vifm $as_me 0.8.1, which was
2008 2008 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
2009 2009
2010 2010 $ $0 $@ $ $0 $@
 
... ... fi
2820 2820
2821 2821 # Define the identity of the package. # Define the identity of the package.
2822 2822 PACKAGE='vifm' PACKAGE='vifm'
2823 VERSION='0.8.1-beta'
2823 VERSION='0.8.1'
2824 2824
2825 2825
2826 2826 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9893 9893 # report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
9894 9894 # values after options handling. # values after options handling.
9895 9895 ac_log=" ac_log="
9896 This file was extended by vifm $as_me 0.8.1-beta, which was
9896 This file was extended by vifm $as_me 0.8.1, which was
9897 9897 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
9898 9898
9899 9899 CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
 
... ... _ACEOF
9960 9960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9961 9961 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9962 9962 ac_cs_version="\\ ac_cs_version="\\
9963 vifm config.status 0.8.1-beta
9963 vifm config.status 0.8.1
9964 9964 configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
9965 9965 with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
9966 9966
File configure.ac changed (mode: 100644) (index 5dc849e3e..15054b4e2)
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.1-beta, xaizek@openmailbox.org, vifm, http://vifm.info)
3 AC_INIT(vifm, 0.8.1, xaizek@openmailbox.org, vifm, http://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 e4705a080..9e59698f6)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "January 02, 2016" "vifm 0.8.1-beta"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "January 17, 2016" "vifm 0.8.1"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-pause.1 changed (mode: 100644) (index af20a11e4..c870adb43)
1 .TH "VIFM-PAUSE" "1" "January 02, 2016" "vifm 0.8.1-beta"
1 .TH "VIFM-PAUSE" "1" "January 17, 2016" "vifm 0.8.1"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-screen-split.1 changed (mode: 100644) (index 132ceca57..4ddd0d894)
1 .TH "VIFM-SCREEN-SPLIT" "1" "January 02, 2016" "vifm 0.8.1-beta"
1 .TH "VIFM-SCREEN-SPLIT" "1" "January 17, 2016" "vifm 0.8.1"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm.1 changed (mode: 100644) (index ca7cd5455..307227e90)
1 .TH VIFM 1 "January 02, 2016" "vifm 0.8.1-beta"
1 .TH VIFM 1 "January 17, 2016" "vifm 0.8.1"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index e4f9f8543..e88090274)
1 *vifm-app.txt* For Vifm version 0.8.1-beta Last change: 2016 Jan 02
1 *vifm-app.txt* For Vifm version 0.8.1 Last change: 2016 Jan 17
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 9b9f2e8e8..62063d7a5)
1 *vifm-plugin.txt* For Vifm version 0.8.1-beta Last change: 2016 Jan 02
1 *vifm-plugin.txt* For Vifm version 0.8.1 Last change: 2016 Jan 17
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 075d5c95c..403a9aa7c)
... ... vifmres.o: vifm.res
121 121
122 122 ../config.h: ../config.h:
123 123 @echo Creating sample ../config.h @echo Creating sample ../config.h
124 echo '#define VERSION "0.8.1-beta"' > ../config.h; \
124 echo '#define VERSION "0.8.1"' > ../config.h; \
125 125 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
126 126 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
127 127 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