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 97dadb22144f451c6a176ebeba140f82aecf542c

Version v0.10-beta
Author: xaizek
Author date (UTC): 2018-10-28 13:58
Committer name: xaizek
Committer date (UTC): 2018-10-28 13:58
Parent(s): 4ee31136a6d7b8461a29b6df1c9ddd9e9efe757f
Signing key: 99DC5E4DB05F6BE2
Tree: ff66c2287618b3d5a965f5a4e1ca5d8993100a75
File Lines added Lines deleted
.travis.yml 1 1
ChangeLog 1 1
README 1 1
README.md 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 .travis.yml changed (mode: 100644) (index 33cb8314f..e9b6f2516)
... ... addons:
20 20 coverity_scan: coverity_scan:
21 21 project: project:
22 22 name: vifm/vifm name: vifm/vifm
23 version: 0.9.1+
23 version: 0.10-beta+
24 24 description: "TUI file manager with vi like key bindings." description: "TUI file manager with vi like key bindings."
25 25 notification_email: xaizek@posteo.net notification_email: xaizek@posteo.net
26 26 build_command_prepend: scripts/fix-timestamps fast && ./configure build_command_prepend: scripts/fix-timestamps fast && ./configure
File ChangeLog changed (mode: 100644) (index 04be307ec..1f44ad4c5)
1 0.9.1 to current
1 0.9.1 to 0.10-beta (2018-10-28)
2 2
3 3 Added support for arbitrary expressions in 'statusline': '%{...}', Added support for arbitrary expressions in 'statusline': '%{...}',
4 4 e.g. '%{&sort}' evaluates to the value of the sort option. Patch by Dmitry e.g. '%{&sort}' evaluates to the value of the sort option. Patch by Dmitry
File README changed (mode: 100644) (index 0b2b32aa9..303972881)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2018 2001 - 2018
3 3
4 Version: 0.9.1
4 Version: 0.10-beta
5 5
6 6 This file last updated: 22 January, 2018 This file last updated: 22 January, 2018
7 7
File README.md changed (mode: 100644) (index b6ca4cfd5..e68ed3a32)
2 2 |------------|------------|------------|------------|------------|------------| |------------|------------|------------|------------|------------|------------|
3 3 |[![][TT]][T]|[![][AA]][A]|[![][FF]][F]|[![][CC]][C]|[![][UU]][U]|[![][SS]][S]| |[![][TT]][T]|[![][AA]][A]|[![][FF]][F]|[![][CC]][C]|[![][UU]][U]|[![][SS]][S]|
4 4
5 ### **vifm** - vi[m] like file manager, _v0.9.1_, _2001 – 2018_
5 ### **vifm** - vi[m] like file manager, _v0.10-beta_, _2001 – 2018_
6 6
7 _This file last updated on 05 February, 2018_
7 _This file last updated on 28 October, 2018_
8 8
9 9 ## Brief Description ## ## Brief Description ##
10 10
File configure changed (mode: 100755) (index 4edb31730..7e980ca3a)
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.1.
3 # Generated by GNU Autoconf 2.69 for vifm 0.10-beta.
4 4 # #
5 5 # Report bugs to <xaizek@posteo.net>. # Report bugs to <xaizek@posteo.net>.
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.1'
584 PACKAGE_STRING='vifm 0.9.1'
583 PACKAGE_VERSION='0.10-beta'
584 PACKAGE_STRING='vifm 0.10-beta'
585 585 PACKAGE_BUGREPORT='xaizek@posteo.net' PACKAGE_BUGREPORT='xaizek@posteo.net'
586 586 PACKAGE_URL='https://vifm.info' PACKAGE_URL='https://vifm.info'
587 587
 
... ... if test "$ac_init_help" = "long"; then
1300 1300 # Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
1301 1301 # 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.
1302 1302 cat <<_ACEOF cat <<_ACEOF
1303 \`configure' configures vifm 0.9.1 to adapt to many kinds of systems.
1303 \`configure' configures vifm 0.10-beta to adapt to many kinds of systems.
1304 1304
1305 1305 Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
1306 1306
 
... ... fi
1370 1370
1371 1371 if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
1372 1372 case $ac_init_help in case $ac_init_help in
1373 short | recursive ) echo "Configuration of vifm 0.9.1:";;
1373 short | recursive ) echo "Configuration of vifm 0.10-beta:";;
1374 1374 esac esac
1375 1375 cat <<\_ACEOF cat <<\_ACEOF
1376 1376
 
... ... fi
1494 1494 test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
1495 1495 if $ac_init_version; then if $ac_init_version; then
1496 1496 cat <<\_ACEOF cat <<\_ACEOF
1497 vifm configure 0.9.1
1497 vifm configure 0.10-beta
1498 1498 generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
1499 1499
1500 1500 Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
 
... ... cat >config.log <<_ACEOF
2020 2020 This file contains any messages produced by compilers while This file contains any messages produced by compilers while
2021 2021 running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
2022 2022
2023 It was created by vifm $as_me 0.9.1, which was
2023 It was created by vifm $as_me 0.10-beta, which was
2024 2024 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
2025 2025
2026 2026 $ $0 $@ $ $0 $@
 
... ... fi
2885 2885
2886 2886 # Define the identity of the package. # Define the identity of the package.
2887 2887 PACKAGE='vifm' PACKAGE='vifm'
2888 VERSION='0.9.1'
2888 VERSION='0.10-beta'
2889 2889
2890 2890
2891 2891 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10344 10344 # report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
10345 10345 # values after options handling. # values after options handling.
10346 10346 ac_log=" ac_log="
10347 This file was extended by vifm $as_me 0.9.1, which was
10347 This file was extended by vifm $as_me 0.10-beta, which was
10348 10348 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
10349 10349
10350 10350 CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
 
... ... _ACEOF
10411 10411 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10412 10412 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
10413 10413 ac_cs_version="\\ ac_cs_version="\\
10414 vifm config.status 0.9.1
10414 vifm config.status 0.10-beta
10415 10415 configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
10416 10416 with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
10417 10417
File configure.ac changed (mode: 100644) (index fc9f0c40f..680dae269)
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.1, xaizek@posteo.net, vifm, https://vifm.info)
3 AC_INIT(vifm, 0.10-beta, xaizek@posteo.net, vifm, https://vifm.info)
4 4 AC_CONFIG_SRCDIR(src/vifm.c) AC_CONFIG_SRCDIR(src/vifm.c)
5 5 AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_AUX_DIR(build-aux)
6 6 AC_CONFIG_MACRO_DIR(build-aux/m4) AC_CONFIG_MACRO_DIR(build-aux/m4)
File data/man/vifm-convert-dircolors.1 changed (mode: 100644) (index fcd78b6a7..45d2cdf43)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "February 05, 2018" "vifm 0.9.1"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "October 28, 2018" "vifm 0.10-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-pause.1 changed (mode: 100644) (index 1ed879e01..ee7f17754)
1 .TH "VIFM-PAUSE" "1" "February 05, 2018" "vifm 0.9.1"
1 .TH "VIFM-PAUSE" "1" "October 28, 2018" "vifm 0.10-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-screen-split.1 changed (mode: 100644) (index a2fa4604c..3a8dbd243)
1 .TH "VIFM-SCREEN-SPLIT" "1" "February 05, 2018" "vifm 0.9.1"
1 .TH "VIFM-SCREEN-SPLIT" "1" "October 28, 2018" "vifm 0.10-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm.1 changed (mode: 100644) (index 31fb24c66..5e6b98d29)
1 .TH VIFM 1 "October 10, 2018" "vifm 0.9.1"
1 .TH VIFM 1 "October 28, 2018" "vifm 0.10-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 6c2d4da3d..cacf150a4)
1 *vifm-app.txt* For Vifm version 0.9.1 Last change: 2018 Oct 10
1 *vifm-app.txt* For Vifm version 0.10-beta Last change: 2018 Oct 28
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
File data/vim/doc/plugin/vifm-plugin.txt changed (mode: 100644) (index 8c21cf41d..07d3b8f0b)
1 *vifm-plugin.txt* For Vifm version 0.9.1 Last change: 2018 Feb 05
1 *vifm-plugin.txt* For Vifm version 0.10-beta Last change: 2018 Oct 28
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
File src/Makefile.win changed (mode: 100644) (index 71e3e5c19..8b7f1e7e7)
... ... vifmres.o: vifm.res
125 125 ../build-aux/config.h: ../build-aux/config.h:
126 126 @echo Creating sample $@ @echo Creating sample $@
127 127 mkdir -p ../build-aux mkdir -p ../build-aux
128 echo '#define VERSION "0.9.1"' > $@; \
128 echo '#define VERSION "0.10-beta"' > $@; \
129 129 echo '#define ENABLE_EXTENDED_KEYS' >> $@; \ echo '#define ENABLE_EXTENDED_KEYS' >> $@; \
130 130 echo '#define _GNU_SOURCE 1' >> $@; \ echo '#define _GNU_SOURCE 1' >> $@; \
131 131 echo '#define PACKAGE_SYSCONF_DIR ""' >> $@; \ echo '#define PACKAGE_SYSCONF_DIR ""' >> $@; \
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