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 8d4c6f7fa64ad67e07be3db755494bb580d02c6d

Version v0.7.7-beta
Author: xaizek
Author date (UTC): 2014-04-29 18:55
Committer name: xaizek
Committer date (UTC): 2014-04-29 18:55
Parent(s): 43236bbe4d7f7a4cd96fed3c1379376409d1fd38
Signing key:
Tree: 251184b5561a9fa6fb598b14381cc53050efce15
File Lines added Lines deleted
ChangeLog 1 1
README 2 2
configure 1 1
configure.in 1 1
data/vim/doc/vifm.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index 286f7580b..180e7772c)
1 0.7.6 to current
1 0.7.6 to 0.7.7-beta
2 2
3 3 Added Ctrl-W z key to normal and view modes, which closes preview pane or Added Ctrl-W z key to normal and view modes, which closes preview pane or
4 4 view modes. Thanks to filterfalse. view modes. Thanks to filterfalse.
File README changed (mode: 100644) (index cb603953a..5fdcc262a)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2014 2001 - 2014
3 3
4 Updated: 09 March, 2014
5 Version: 0.7.6
4 Updated: 29 April, 2014
5 Version: 0.7.7-beta
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index 97bcd9abe..b188fba6d)
... ... fi
2794 2794
2795 2795 # Define the identity of the package. # Define the identity of the package.
2796 2796 PACKAGE=vifm PACKAGE=vifm
2797 VERSION=0.7.6
2797 VERSION=0.7.7-beta
2798 2798
2799 2799
2800 2800 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 2134c8ec8..3b46ab0cf)
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 3 AC_INIT(configure.in) AC_INIT(configure.in)
4 AM_INIT_AUTOMAKE(vifm, 0.7.6)
4 AM_INIT_AUTOMAKE(vifm, 0.7.7-beta)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7 AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.]) AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.])
File data/vim/doc/vifm.txt changed (mode: 100644) (index 829acd7f4..fa069efbb)
1 *vifm.txt* For Vifm version 0.7.6 Last change: 2014 Apr 21
1 *vifm.txt* For Vifm version 0.7.7-beta Last change: 2014 Apr 29
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 1fdda01c7..207d0e538)
... ... vifmres.o: vifm.res
82 82
83 83 ../config.h: ../config.h:
84 84 @echo Creating sample ../config.h @echo Creating sample ../config.h
85 echo '#define VERSION "0.7.6"' > ../config.h; \
85 echo '#define VERSION "0.7.7-beta"' > ../config.h; \
86 86 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
87 87 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
88 88 # echo '#define HAVE_FILE_PROG' >> ../config.h; \ # echo '#define HAVE_FILE_PROG' >> ../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