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 e59f271e782bc27d62b3482ec58e36ac144b4505

Version v0.11-beta
Author: xaizek
Author date (UTC): 2020-09-09 17:04
Committer name: xaizek
Committer date (UTC): 2020-09-09 17:04
Parent(s): 9f87aef59c4a019d05d838e2aa2e847973b67ae4
Signing key: 99DC5E4DB05F6BE2
Tree: 3fba6e1fa4c8465f9ea05a22db392d9857021516
File Lines added Lines deleted
.travis.yml 1 1
ChangeLog 1 1
NEWS 2 2
README 2 2
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 06374d267..1f5f3f965)
... ... addons:
25 25 coverity_scan: coverity_scan:
26 26 project: project:
27 27 name: vifm/vifm name: vifm/vifm
28 version: 0.10.1+
28 version: 0.11-beta+
29 29 description: "TUI file manager with vi like key bindings." description: "TUI file manager with vi like key bindings."
30 30 notification_email: xaizek@posteo.net notification_email: xaizek@posteo.net
31 31 build_command_prepend: scripts/fix-timestamps fast && ./configure --disable-dependency-tracking build_command_prepend: scripts/fix-timestamps fast && ./configure --disable-dependency-tracking
File ChangeLog changed (mode: 100644) (index c9b3c2a22..c875e19bc)
1 0.10.1 to current
1 0.10.1 to 0.11-beta (2020-09-10)
2 2
3 3 Added :VifmCs command to the plugin for "converting" Vim's color scheme Added :VifmCs command to the plugin for "converting" Vim's color scheme
4 4 into a Vifm's one. Patch by Roman Plášil (a.k.a. Quiark). into a Vifm's one. Patch by Roman Plášil (a.k.a. Quiark).
File NEWS changed (mode: 100644) (index 947ff3492..5f5cf493d)
1 September 9, 2020
2 =================
1 September 10, 2020
2 ==================
3 3
4 4 Vifm v0.11 beta Vifm v0.11 beta
5 5 --------------- ---------------
File README changed (mode: 100644) (index 65d15d8df..eabe27e8f)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2020 2001 - 2020
3 3
4 Version: 0.10.1
4 Version: 0.11-beta
5 5
6 This file last updated: 23 August, 2020
6 This file last updated: 10 September, 2020
7 7
8 8 Brief Description Brief Description
9 9
File README.md changed (mode: 100644) (index 9d02acf61..33929a1b1)
2 2 |------------|------------|------------|------------|------------| |------------|------------|------------|------------|------------|
3 3 |[![][TT]][T]|[![][AA]][A]|[![][FF]][F]|[![][CC]][C]|[![][UU]][U]| |[![][TT]][T]|[![][AA]][A]|[![][FF]][F]|[![][CC]][C]|[![][UU]][U]|
4 4
5 ### **vifm** - vi[m] like file manager, _v0.10.1_, _2001 – 2020_
5 ### **vifm** - vi[m] like file manager, _v0.11-beta_, _2001 – 2020_
6 6
7 _This file last updated on 23 August, 2020_
7 _This file last updated on 10 September, 2020_
8 8
9 9 ## Brief Description ## ## Brief Description ##
10 10
File configure changed (mode: 100755) (index d43450764..7e8845a98)
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.10.1.
3 # Generated by GNU Autoconf 2.69 for vifm 0.11-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.10.1'
584 PACKAGE_STRING='vifm 0.10.1'
583 PACKAGE_VERSION='0.11-beta'
584 PACKAGE_STRING='vifm 0.11-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
1301 1301 # Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
1302 1302 # 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.
1303 1303 cat <<_ACEOF cat <<_ACEOF
1304 \`configure' configures vifm 0.10.1 to adapt to many kinds of systems.
1304 \`configure' configures vifm 0.11-beta to adapt to many kinds of systems.
1305 1305
1306 1306 Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
1307 1307
 
... ... fi
1371 1371
1372 1372 if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
1373 1373 case $ac_init_help in case $ac_init_help in
1374 short | recursive ) echo "Configuration of vifm 0.10.1:";;
1374 short | recursive ) echo "Configuration of vifm 0.11-beta:";;
1375 1375 esac esac
1376 1376 cat <<\_ACEOF cat <<\_ACEOF
1377 1377
 
... ... fi
1495 1495 test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
1496 1496 if $ac_init_version; then if $ac_init_version; then
1497 1497 cat <<\_ACEOF cat <<\_ACEOF
1498 vifm configure 0.10.1
1498 vifm configure 0.11-beta
1499 1499 generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
1500 1500
1501 1501 Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
 
... ... cat >config.log <<_ACEOF
2021 2021 This file contains any messages produced by compilers while This file contains any messages produced by compilers while
2022 2022 running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
2023 2023
2024 It was created by vifm $as_me 0.10.1, which was
2024 It was created by vifm $as_me 0.11-beta, which was
2025 2025 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
2026 2026
2027 2027 $ $0 $@ $ $0 $@
 
... ... fi
2886 2886
2887 2887 # Define the identity of the package. # Define the identity of the package.
2888 2888 PACKAGE='vifm' PACKAGE='vifm'
2889 VERSION='0.10.1'
2889 VERSION='0.11-beta'
2890 2890
2891 2891
2892 2892 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10414 10414 # report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
10415 10415 # values after options handling. # values after options handling.
10416 10416 ac_log=" ac_log="
10417 This file was extended by vifm $as_me 0.10.1, which was
10417 This file was extended by vifm $as_me 0.11-beta, which was
10418 10418 generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
10419 10419
10420 10420 CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
 
... ... _ACEOF
10481 10481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10482 10482 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
10483 10483 ac_cs_version="\\ ac_cs_version="\\
10484 vifm config.status 0.10.1
10484 vifm config.status 0.11-beta
10485 10485 configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
10486 10486 with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
10487 10487
File configure.ac changed (mode: 100644) (index d0e3e97fa..845f48049)
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.10.1, xaizek@posteo.net, vifm, https://vifm.info)
3 AC_INIT(vifm, 0.11-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 47d52979e..7dde6bc66)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "July 29, 2019" "vifm 0.10.1"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "September 10, 2020" "vifm 0.11-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-pause.1 changed (mode: 100644) (index aedb87194..3d598619d)
1 .TH "VIFM-PAUSE" "1" "July 29, 2019" "vifm 0.10.1"
1 .TH "VIFM-PAUSE" "1" "September 10, 2020" "vifm 0.11-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm-screen-split.1 changed (mode: 100644) (index ff55661cb..95d76b708)
1 .TH "VIFM-SCREEN-SPLIT" "1" "July 29, 2019" "vifm 0.10.1"
1 .TH "VIFM-SCREEN-SPLIT" "1" "September 10, 2020" "vifm 0.11-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/man/vifm.1 changed (mode: 100644) (index c8656906b..40ffd6c61)
1 .TH VIFM 1 "September 6, 2020" "vifm 0.10.1"
1 .TH VIFM 1 "September 10, 2020" "vifm 0.11-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index dcf5fd50d..3c39f2426)
1 *vifm-app.txt* For Vifm version 0.10.1 Last change: 2020 September 6
1 *vifm-app.txt* For Vifm version 0.11-beta Last change: 2020 Sep 10
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 0cce1bcf5..cc4748252)
1 *vifm-plugin.txt* For Vifm version 0.10.1 Last change: 2020 Sep 7
1 *vifm-plugin.txt* For Vifm version 0.11-beta Last change: 2020 Sep 10
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 362783451..50312f26a)
... ... vifmres.o: vifm.res
126 126 ../build-aux/config.h: ../build-aux/config.h:
127 127 @echo Creating sample $@ @echo Creating sample $@
128 128 mkdir -p ../build-aux mkdir -p ../build-aux
129 echo '#define VERSION "0.10.1"' > $@; \
129 echo '#define VERSION "0.11-beta"' > $@; \
130 130 echo '#define ENABLE_EXTENDED_KEYS' >> $@; \ echo '#define ENABLE_EXTENDED_KEYS' >> $@; \
131 131 echo '#define _GNU_SOURCE 1' >> $@; \ echo '#define _GNU_SOURCE 1' >> $@; \
132 132 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