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
Test p and P keys in normal mode 57cdab646dd4c08ee703b092fe5bcf82632e7d77 xaizek 2026-03-11 22:07:19
Rephrase warning about permanent undo/redo removal 0de9461e78936b55ccb0bdcd1f6958bb4cce30f0 xaizek 2026-03-11 10:22:40
Improve wording on gs and :copen in the docs 0e76324808979cfdb2cc2abd65252edb5f5a1b47 xaizek 2026-03-11 10:15:24
Remove duplicate .TP macros from vifm.1 51c9c678228531986e3698040cfe07a73f03b589 xaizek 2026-03-11 10:06:32
Test al and rl keys in normal mode 128e97fbe33903e3b1f21d056867455622137420 xaizek 2026-03-07 17:20:20
Test yy key in normal mode 16f95f58114106f62c28f8a75002616eebdda314 xaizek 2026-03-07 16:53:58
Adjust statusbar message according to operation 474f0ab7d44a6710654d5fd04d417900e53cfe5a xaizek 2026-03-06 09:24:47
Fix UB in cmds_handler.c:parse_cpmv_flags() caa492aa8dffec6109f73eed0830b8d95b03c506 xaizek 2026-03-04 19:10:10
Handle error from read_cmd_output() in execute() 2410222e35e94759dbe53439d20a245fc5a32a7f xaizek 2026-03-04 19:08:13
Fix :open not being highlighted inside mappings b7b6d08e5e7cef2b5a383d3c1bcab40e59d84bb3 xaizek 2026-03-04 19:07:05
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