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 cbc0ec0ad67a536793f65861e61f3c54e4c6626b

Update date in the README file
Author: xaizek
Author date (UTC): 2012-10-18 18:37
Committer name: xaizek
Committer date (UTC): 2012-10-18 18:42
Parent(s): 044edb5afb3d719750cdce9bdd16700ebc401c9f
Signing key:
Tree: 487d12233eef78826cd8413ba1eb59b0d53606f2
File Lines added Lines deleted
README 1 1
File README changed (mode: 100644) (index fe3fc6bfa..61376ac49)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 Updated: 08 August, 2012
4 Updated: 18 October, 2012
5 5 Version: 0.7.3a Version: 0.7.3a
6 6
7 7 Brief Description Brief Description
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