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 babed0e0353fc071c4b31a4459ae832ff2f2aff6

Document desktop file addition
Author: xaizek
Author date (UTC): 2013-10-16 18:31
Committer name: xaizek
Committer date (UTC): 2013-10-16 18:33
Parent(s): 5c78806aa35af6ca9f182be2e0eefacc3985de15
Signing key:
Tree: 2b9b7974a8dc271c177dbaaf29e75ae030a1b7d8
File Lines added Lines deleted
ChangeLog 2 0
THANKS 1 0
File ChangeLog changed (mode: 100644) (index 3eec93280..4347a8fe5)
43 43 Added merge option for name conflict resolution, which allows merging two Added merge option for name conflict resolution, which allows merging two
44 44 directories overwriting files with matching names. directories overwriting files with matching names.
45 45
46 Added desktop entry file. Thanks to Richard Benson.
47
46 48 Updated config.guess and config.sub files to their latest versions. Thanks Updated config.guess and config.sub files to their latest versions. Thanks
47 49 to Hendrik Jaeger (a.k.a. henk). to Hendrik Jaeger (a.k.a. henk).
48 50
File THANKS changed (mode: 100644) (index dce7b5284..67c9720ca)
... ... Peter Barnes
43 43 Pierre Dorbais (chdorb) Pierre Dorbais (chdorb)
44 44 Rainer Suhm Rainer Suhm
45 45 RetekBacsi RetekBacsi
46 Richard Benson
46 47 Robert Sarkozi Robert Sarkozi
47 48 Roger Bongers Roger Bongers
48 49 Russell Urquhart Russell Urquhart
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