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 bbc6c1adf832b594a61aa5d2b31bef45e851b407

Version 0.6.2
Author: xaizek
Author date (UTC): 2011-06-19 13:55
Committer name: xaizek
Committer date (UTC): 2011-06-19 13:55
Parent(s): 317bf18a1ac017ba2d58e15c1e14ffdf4f51043b
Signing key:
Tree: 4e3670813ae48e11bbf486e4fcad90ec6f9164e6
File Lines added Lines deleted
ChangeLog 42 14
configure 1 1
configure.in 1 1
File ChangeLog changed (mode: 100644) (index b7fc18fbf..2a0466388)
1 0.6.1 to current
1 0.6.1 to 0.6.2
2 2
3 Made filetype menu editable.
3 Added map menus (run :cmap, :vmap, :nmap commands without arguments).
4 4
5 Restore SIGINT (Ctrl+C) default behaviour on shellout.
5 Added :cmdhistory command.
6 6
7 Replace escape sequences in quick view output with ^foo.
7 Added 'fastrun' option.
8
9 Added o and O keys for Visual mode (go to other end of selection).
10
11 Added gv normal mode command.
8 12
9 13 Added support for spaces and functional keys in mappings (<space> and Added support for spaces and functional keys in mappings (<space> and
10 14 <f0> - <f63>). <f0> - <f63>).
11 15
12 Give options if a file already exists in destination directory.
16 Added mimetype to fileinfo dialog.
13 17
14 Implemented :colorscheme command.
18 Added %b command macro.
15 19
16 Fixed :!./ completion.
20 Made filetype menu editable.
17 21
18 Unmount all FUSE mounts on exit.
22 Restore SIGINT (Ctrl+C) default behaviour on shellout.
19 23
20 Added map menus (run :cmap, :vmap, :nmap commands without arguments).
24 Replace escape sequences in quick view output with ^foo.
21 25
22 Added :cmdhistory command.
26 Give options if a file already exists in destination directory.
23 27
24 Added 'fastrun' option.
28 Implemented :colorscheme command.
29
30 Unmount all FUSE mounts on exit.
25 31
26 32 Implemented :vifm command. Implemented :vifm command.
27 33
 
31 37
32 38 Implemented :yank command. Implemented :yank command.
33 39
40 Made command completion work with marks.
41
42 Use file command when GTK+ and libmagic are disabled.
43
44 Made :cd %D work.
45
46 Better error messages.
47
48 Use ga command results to sort by size.
49
34 50 Fixed '< and '> marks handling. Fixed '< and '> marks handling.
35 51
36 Added o and O keys for Visual mode (switch selection bound).
52 Fixed :!./ completion.
37 53
38 Added gv normal mode command.
54 Fixed paths in config.c to work with non standard install prefix.
39 55
40 Made command completion work with marks.
56 Fixed a bug with ':!!echo foo'.
57
58 Fixed some title related small bugs.
59
60 Fixed terminal resize when error message visible.
61
62 Fixed yy when compatibility mode is off.
63
64 Fixed some bugs with files with quotes in their names.
65
66 Fixed segmentation fault on FUSE mount.
67
68 Fixed missed status bar messages.
41 69
42 70 0.6 to 0.6.1 0.6 to 0.6.1
43 71
File configure changed (mode: 100755) (index f1353a006..bfaef2697)
... ... fi
2704 2704
2705 2705 # Define the identity of the package. # Define the identity of the package.
2706 2706 PACKAGE=vifm PACKAGE=vifm
2707 VERSION=0.6.1
2707 VERSION=0.6.2
2708 2708
2709 2709
2710 2710 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 386ed7da2..94cc6d474)
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.6.1)
4 AM_INIT_AUTOMAKE(vifm, 0.6.2)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7
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