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 51611de7f294801eb306d5eac87e1f1461c3c460

Fix some words in ChangeLog
Author: xaizek
Author date (UTC): 2014-10-09 16:58
Committer name: xaizek
Committer date (UTC): 2014-10-09 16:58
Parent(s): 158f361fde5bf238a02fc6a419fe9228f11f547d
Signing key:
Tree: 93e2d21c09c2e1e983c1a8217df0b19408eb9b7b
File Lines added Lines deleted
ChangeLog 10 10
File ChangeLog changed (mode: 100644) (index 4c6120a50..5b378fd52)
39 39 Added full command names to the manual page to ease searching them. Added full command names to the manual page to ease searching them.
40 40 Thanks to y2kbugger. Thanks to y2kbugger.
41 41
42 Added 'syscalls' boolean option to 'cpoptions' option. It makes vifm
43 prefer to perform file-system operations with external applications on
44 rather then with system calls. {EXPERIMENTAL}, {WORK-IN-PROGRESS}. The
45 option will be eventually removed. Mostly *nix-like systems are affected.
42 Added 'syscalls' boolean option. It makes Vifm prefer to perform
43 file-system operations with external applications on rather then with
44 system calls. {EXPERIMENTAL}, {WORK-IN-PROGRESS}. The option will be
45 eventually removed. Mostly *nix-like systems are affected.
46 46
47 47 Added implementation for directory and file removal, copying, moving, file, Added implementation for directory and file removal, copying, moving, file,
48 48 directory and symbolic link creation with system calls. Advanced stuff directory and symbolic link creation with system calls. Advanced stuff
 
109 109
110 110 Provided additional repository for Vim plugin (see the README for URL). Provided additional repository for Vim plugin (see the README for URL).
111 111
112 Documented using of 256 colors in :highlight command. Thanks to Michael
112 Documented how to use 256 colors in :highlight command. Thanks to Michael
113 113 Vetter (a.k.a. jubalh). Vetter (a.k.a. jubalh).
114 114
115 115 Rewrote trash content removal with system calls in background thread to Rewrote trash content removal with system calls in background thread to
 
171 171 Repeat search with last used search pattern on empty pattern of the search Repeat search with last used search pattern on empty pattern of the search
172 172 mode. mode.
173 173
174 Automatically remove non-existent directories on from directory history on
174 Automatically remove non-existent directories from directory history on
175 175 :history command to speed up future operations (this clean up is very cheap :history command to speed up future operations (this clean up is very cheap
176 176 on composing menu). on composing menu).
177 177
 
186 186 Renamed configure.in to configure.ac. Thanks to Hendrik Jaeger (a.k.a. Renamed configure.in to configure.ac. Thanks to Hendrik Jaeger (a.k.a.
187 187 henk). henk).
188 188
189 Made it possible to hide Vifm's configuration from Vim when it's not run
190 by Vifm's :help command. Thanks to ranousse.
189 Made it possible to hide Vifm's documentation from Vim when it's not run by
190 Vifm's :help command. Thanks to ranousse.
191 191
192 192 Separated Vifm's vimdoc from plugin documentation. Separated Vifm's vimdoc from plugin documentation.
193 193
 
204 204 Hide files from previously used trash directories in :lstrash. Thanks to Hide files from previously used trash directories in :lstrash. Thanks to
205 205 filterfalse. filterfalse.
206 206
207 Change "overwrite all" key from "a" to "O" for consistency. Thanks to
207 Changed "overwrite all" key from "a" to "O" for consistency. Thanks to
208 208 willemw12. willemw12.
209 209
210 210 Fixed odd creation of ~/.vifm/Trash directory even when it's redefined in Fixed odd creation of ~/.vifm/Trash directory even when it's redefined in
 
276 276 Fixed ga and gA commands for files bigger than 4 GiB on 32-bit operating Fixed ga and gA commands for files bigger than 4 GiB on 32-bit operating
277 277 systems. Thanks to filterfalse. systems. Thanks to filterfalse.
278 278
279 Fixed some buffer overrun bugs discovered on OS X and make tests more
279 Fixed some buffer overrun bugs discovered on OS X and made tests more
280 280 BSD-utils friendly. BSD-utils friendly.
281 281
282 282 Fixed segmentation fault on Alt-. command in command-line mode (since Fixed segmentation fault on Alt-. command in command-line mode (since
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