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
Add <help> :*map argument for help messages 20d3ddaa2305581b4ca8b6c76455232e8ee8d24f xaizek 2025-06-15 16:17:56
Support description of user keys in engine/keys 2baf12a7cf14ae13eaa5077237cffd97b2e03ce7 xaizek 2025-06-13 21:27:45
Make engine/keys copy description of foreign keys d84f9c96d4e871fd5c588bbc4145ec01457830ad xaizek 2025-06-13 12:56:44
Cleaner deletion of key chunks e3e16ec7d163bb6dc9cf7354c6ba9e7215e706db xaizek 2025-06-13 12:51:38
Exclude more 3rd party files in uncov-coverage 877bf90447445509c1033c76eadc623f0d7d3db1 xaizek 2025-06-12 18:33:10
Test suggestions of keys in the event loop 8bc87204936449a36f700e79783b0b4ec46abab8 xaizek 2025-06-12 18:32:11
Introduce set_user_key() to tests/keys suite 916328c8541c83269783015eb53ef3640cb67b9a xaizek 2025-06-08 09:10:26
Use {...} for descriptions in :file{,type,xtype} 50c6469988dcbc3de532ead3db679e8852023c45 xaizek 2025-06-07 16:10:17
Link to other screenshots on the web-site 34e43bded0ebf8c2c468dfafa4492ed1dd5d5e3c xaizek 2025-06-12 13:51:13
Link to posts about groking Vim in README.md f7f3f4f0ca1168b68d91781c80060822ca9747be xaizek 2025-06-12 13:39:19
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