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
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
Fix formatting of one of ChangeLog entries 5f03a549dafee3db335795b641dd3cb3f7ad0c57 xaizek 2025-01-28 23:14:38
Fix abs paths comparing equal to similar rel paths 631b3cb6950e3c56d5a23449bb43b330fa55e912 xaizek 2025-01-27 17:15:00
Correct docs on previewer classification 2934bd458ed6fcffe471cc5afd7cda215f2847ec xaizek 2025-01-27 17:09:45
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