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

Tiny fixes in the ChangeLog
Author: xaizek
Author date (UTC): 2017-06-04 11:55
Committer name: xaizek
Committer date (UTC): 2017-06-04 11:55
Parent(s): a743ba63ca284201eb918c06e3403e0a7ced61e4
Signing key: 99DC5E4DB05F6BE2
Tree: 1c2bb57499d3e8ef58fd060fc287a2cb39433103
File Lines added Lines deleted
ChangeLog 3 3
File ChangeLog changed (mode: 100644) (index 5189114b8..5a8a5e496)
18 18 Added CmpMismatch highlight group for highlighting mismatched files on Added CmpMismatch highlight group for highlighting mismatched files on
19 19 side-by-side comparison. side-by-side comparison.
20 20
21 Added %Iu and %IU macros, which are %u and %U equivalent, but work better
21 Added %Iu and %IU macros, which are %u and %U equivalents, but work better
22 22 if external command is interactive and changes terminal state. if external command is interactive and changes terminal state.
23 23
24 24 Added v:servername variable, which provides access to server name of the Added v:servername variable, which provides access to server name of the
 
141 141 Don't disable preview on `--remote --select` if it doesn't hide updated Don't disable preview on `--remote --select` if it doesn't hide updated
142 142 pane. Thanks to Marcin Kurczewski (a.k.a. rr-). pane. Thanks to Marcin Kurczewski (a.k.a. rr-).
143 143
144 Try to match terminal size on Windows. Thanks to randomizedthinking.
144 Handle terminal resize on Windows 10. Thanks to randomizedthinking.
145 145
146 146 Escape first tilde in paths that go to the shell. Thanks to Marius Escape first tilde in paths that go to the shell. Thanks to Marius
147 147 Schmidl. Schmidl.
 
155 155 thread (prevents blocking of tools which produce huge amount of output). thread (prevents blocking of tools which produce huge amount of output).
156 156 Thanks to Stas Malavin. Thanks to Stas Malavin.
157 157
158 Limit maximum height of message popup, just print how many lines we're
158 Limited maximum height of message popup, just print how many lines we're
159 159 skipping. skipping.
160 160
161 161 No vifminfo merging if file change isn't detected. Might result in faster No vifminfo merging if file change isn't detected. Might result in faster
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