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
Don't offer "append the tail" on al and rl d7468749b20c11847a4c43f4bbf3ff51115d5a3b xaizek 2026-03-13 17:51:37
Improve response checks in tests/fileops/put_files 53c4d2f904d981f914cf1340c7b9876bb2e8ee5e xaizek 2026-03-13 17:43:44
Don't set put_next():move when it's irrelevant 7cd6cc306071743fd5c64513bec0a10ebe1a73ac xaizek 2026-03-13 13:53:19
Fix rl not moving cursor to the new file 10f855abed34e909e90879c3bcd2d6772a2652fb xaizek 2026-03-13 13:36:18
Check size in utils/utils_win:get_[ug]id_string() 0207ea08ec2f782f097b43c98f10cf263c212b4d xaizek 2026-03-12 17:38:32
Fix unstable UID/GID formatting in the UI d943783a33698f563ff2488743e9b025f3cc4706 xaizek 2026-03-12 17:27:12
Fixup UB fix in cmds_handler.c:parse_cpmv_flags() 668fb3fd547e9b5a789f21436a647c4bbb20d4f4 xaizek 2026-03-12 10:16:23
Fix incorrect progress indicator for dp and do 8df77c0139ea22692971e47f93b39fa365049ead xaizek 2026-03-12 10:12:15
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
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