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 10a5c663a042fa2d35a9b195d40aa221aa085c6c

Update a couple of items in the ChangeLog
Author: xaizek
Author date (UTC): 2018-01-21 19:45
Committer name: xaizek
Committer date (UTC): 2018-01-21 19:45
Parent(s): 6f1085ae9b48cb74d5615db8b898b0ee2c23bd30
Signing key: 99DC5E4DB05F6BE2
Tree: f911ee62caeb948c4580a132be0f9dfede31316b
File Lines added Lines deleted
ChangeLog 2 2
File ChangeLog changed (mode: 100644) (index 6e5fd3ad7..36c32a393)
39 39 %-, which conflicts with alignment specification and requires explicit %-, which conflicts with alignment specification and requires explicit
40 40 width specifier (%0-). Thanks to Marcos Cruz. width specifier (%0-). Thanks to Marcos Cruz.
41 41
42 Added :histnext/:histprev commands, which are analogous to <c-i>/<c-o>.
42 Added :histnext/:histprev commands, which are analogous to Ctrl-I/Ctrl-O.
43 43 Patch by Dmitry Frank (a.k.a. dimonomid). Patch by Dmitry Frank (a.k.a. dimonomid).
44 44
45 45 Added {root} key to 'viewcolumns' option (complements {ext}). Thanks to Added {root} key to 'viewcolumns' option (complements {ext}). Thanks to
 
65 65 Indicate preview created with %q with "Command: cmd". Indicate preview created with %q with "Command: cmd".
66 66
67 67 Better detection of write errors on file copying. The error was reported, Better detection of write errors on file copying. The error was reported,
68 but it wasn't treated as a hard error specific case related to caching.
68 but it wasn't treated as a hard error in a specific case related to caching.
69 69
70 70 Made :siblnext and :siblprev commands respect dot and name filters. Made :siblnext and :siblprev commands respect dot and name filters.
71 71
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