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 ee11a76fb96b89a8de159f6d18154841187cc927

Fix one of ChangeLog entries
Author: xaizek
Author date (UTC): 2016-07-01 15:56
Committer name: xaizek
Committer date (UTC): 2016-07-01 15:56
Parent(s): 0822f4e098eb410ef2359362f79c83516bff19ee
Signing key: 99DC5E4DB05F6BE2
Tree: 9d6886268232c2207fa3dc854187824c87b65c98
File Lines added Lines deleted
ChangeLog 2 2
File ChangeLog changed (mode: 100644) (index c7d58a2cd..3bd0f9779)
42 42 Added chooseopt() builtin function that retrieves various parameters of Added chooseopt() builtin function that retrieves various parameters of
43 43 file choosing. Thanks to Von Welch. file choosing. Thanks to Von Welch.
44 44
45 Added mime type patterns (!<list-of-globs>). Thanks to Ross Hadden (a.k.a.
46 rosshadden).
45 Added mime type patterns ([!]<list-of-globs>). Thanks to Ross
46 Hadden (a.k.a. rosshadden).
47 47
48 48 Added %z 'statusline' macro that inserts text of a short tip picked at Added %z 'statusline' macro that inserts text of a short tip picked at
49 49 random. Thanks to qinghao (a.k.a. haobug). random. Thanks to qinghao (a.k.a. haobug).
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