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 ef50b83a9727f524f12f185a1292c3694b718b21

Note wrong escape sequences fix in the ChangeLog
Author: xaizek
Author date (UTC): 2013-04-22 18:08
Committer name: xaizek
Committer date (UTC): 2013-04-22 18:08
Parent(s): df6c081ca69ddf295f6492e98e2cbf3b896a5ddd
Signing key:
Tree: a93774bfb63daaacd03069a8b4b66411454b6285
File Lines added Lines deleted
ChangeLog 3 0
THANKS 1 0
File ChangeLog changed (mode: 100644) (index f0a28f26d..c273e2ad0)
167 167 Fixed chmod on files with long names (they were truncated and appended by Fixed chmod on files with long names (they were truncated and appended by
168 168 ellipsis). ellipsis).
169 169
170 Fixed processing of incomplete escape sequences in command-line (used to
171 crash vifm). Thanks to Denis Protivenskiy.
172
170 173 0.7.4a to 0.7.4b 0.7.4a to 0.7.4b
171 174
172 175 Removed screen title forcing for shell commands. Removed screen title forcing for shell commands.
File THANKS changed (mode: 100644) (index 7a70baaf4..1f93eaa72)
... ... Christoph (informationen)
14 14 ckester ckester
15 15 Daniel R. (r1chelt) Daniel R. (r1chelt)
16 16 Daniel Dettlaff (dmilith) Daniel Dettlaff (dmilith)
17 Denis Protivenskiy
17 18 Florian Baumann (derflob) Florian Baumann (derflob)
18 19 Egor Gumenyuk (boo1ean) Egor Gumenyuk (boo1ean)
19 20 Hans Kristian Otnes Berge Hans Kristian Otnes Berge
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