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 3e53fad0d25bef59c419303ab645d23318cf633f

Correct formatting in NEWS file
Author: xaizek
Author date (UTC): 2018-10-28 11:04
Committer name: xaizek
Committer date (UTC): 2018-10-28 11:04
Parent(s): cd46ce451130b65775e377c3b797af37b54ed0a2
Signing key: 99DC5E4DB05F6BE2
Tree: c825a8b02786470bcf408bd5ba6870a473dfac20
File Lines added Lines deleted
NEWS 1 1
File NEWS changed (mode: 100644) (index a4c324598..500559129)
... ... See change log for full list of changes and by whom they were suggested.
2960 2960 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2961 2961
2962 2962 May 10, 2013 May 10, 2013
2963 ==============
2963 ============
2964 2964
2965 2965 vifm v0.7.5 release vifm v0.7.5 release
2966 2966 ------------------- -------------------
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