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.
Subject SHA-1 Author Date
Version v0.14 f9c906d1378b473ba62af1b0611c240c14a4172f xaizek 2025-02-07 23:40:54
Update NEWS file for v0.14 679eefacb7554c7ffa98b6ff17efc1ef408cffdf xaizek 2025-02-07 23:40:03
Clean up 0.13 to 0.14-beta ChangeLog a bit more c80914671ca49d576e7f474ec99daab74bbb2c0c xaizek 2025-02-06 16:52:20
Clarify one of ChangeLog's entries 55d427efbc71ac8e9a10b367b1bee6877b0d4489 xaizek 2025-02-01 11:36:00
Better wording for completion of :compare's show* 1534caaad87896a7bbe41eff97489e3cded88f1e xaizek 2025-02-01 10:51:39
Say "changed" when describing "showdifferent" f892a8e558bc05f54b769d25f19a39ca836ff82e xaizek 2025-02-01 10:48:18
Fix :highlight command truncating some color names 9914756ae169424edc41e67a7fcef19853bf9e06 xaizek 2025-01-30 09:42:13
Fix ' & " not escaped on option value completion b0f15ecec20af464a6185f1ad8ebfac6389f62ce xaizek 2025-01-29 13:02:33
Mention that vle_compl_put_match() accepts NULL e601d15ceb07fa89484fe10f55b709415dc8c2e0 xaizek 2025-01-29 12:58:32
Fix ' escaping for completion of option value e0997dd26461545534c3b4eab45b14a20dbd6866 xaizek 2025-01-29 12:57:20
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