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 30bf2ac71282d21f0e8bbbefa48477c71ebb374b

Update year in a couple of places
Author: xaizek
Author date (UTC): 2016-01-17 11:52
Committer name: xaizek
Committer date (UTC): 2016-01-17 11:52
Parent(s): 4976ef8856731b1a0f67de58ccbd8b7cbf4af64c
Signing key:
Tree: 972850f267aefbf4b0cc924af0faa3ce27ef4b97
File Lines added Lines deleted
README 1 1
data/vim/syntax/vifm.vim 1 1
File README changed (mode: 100644) (index 3dc5274e0..3d52057e6)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2001 - 2015
2 2001 - 2016
3 3
4 4 Updated: 17 January, 2016 Updated: 17 January, 2016
5 5 Version: 0.8.1 Version: 0.8.1
File data/vim/syntax/vifm.vim changed (mode: 100644) (index 514a4da02..fd6798fa5)
1 1 " vifm syntax file " vifm syntax file
2 2 " Maintainer: xaizek <xaizek@openmailbox.org> " Maintainer: xaizek <xaizek@openmailbox.org>
3 " Last Change: January 04, 2015
3 " Last Change: January 04, 2016
4 4 " Based On: Vim syntax file by Dr. Charles E. Campbell, Jr. " Based On: Vim syntax file by Dr. Charles E. Campbell, Jr.
5 5
6 6 if exists('b:current_syntax') if exists('b:current_syntax')
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