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 6f372fae2ff0ed97c3514fe9529aea51cb13522d

Version 0.6.1
Author: xaizek
Author date (UTC): 2011-06-11 09:50
Committer name: xaizek
Committer date (UTC): 2011-06-11 09:50
Parent(s): 0e8772caa04550d3986c6773d98bac5d804803fa
Signing key:
Tree: db2f2665dd1537b0b65fb9251ccd18fcde255fbe
File Lines added Lines deleted
ChangeLog 1 1
src/vifm.c 1 1
File ChangeLog changed (mode: 100644) (index 2e4e2a82d..24feed729)
1 0.6 to current
1 0.6 to 0.6.1
2 2
3 3 Added :set command. Added :set command.
4 4
File src/vifm.c changed (mode: 100644) (index ee6663b61..d9eef8dca)
16 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17 17 */ */
18 18
19 #define VERSION "0.6"
19 #define VERSION "0.6.1"
20 20
21 21 #include "../config.h" #include "../config.h"
22 22
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