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 :delete in foreground and background a66365bba4e1790fb777c0fcfdd9a293e0716136 xaizek 2026-03-21 13:45:26
Test parameters for :yank and :delete better d24929dbef210309d1d073dc6dae2fe2b29f1252 xaizek 2026-03-21 13:11:52
Fix :yank/:delete not handling optional count arg 2b226c3e1142001f5f61ce10e97fc97ea26914f8 xaizek 2026-03-21 12:59:18
Better wording for visual mode description in docs b1d2684773f636e2b37b3e231cf72098da6c8f71 xaizek 2026-03-19 18:58:36
Rewrite documentation about command-line ranges d22dc53fe2b1ddcf136316d1ddd583dad7560098 xaizek 2026-03-19 09:57:34
Fix running misc/diff tests on their own fe56f1a1ab3768ed7fd6a216883f1f7d69bf9a71 xaizek 2026-03-17 12:34:53
Fix :open not entering dir symlinks sometimes 9cf8260accd8250c822e2edaa5e9795da3735e3b xaizek 2026-03-17 10:10:48
Test argument parsing/passing of foreign :commands 46a934717791b97ad82420d7b3840ba0cbac1c9d xaizek 2026-03-14 12:42:38
packer: fix unpacking pure tar archives a9ba2fe226c48989bb36ee2de578b4b9b18b6f9a xaizek 2026-03-14 12:40:15
packer: fix name derivation for *.tgz and alike 4d12630e2d01eec16bbe9a76ee1dfdb4b3541c53 xaizek 2026-03-14 12:33:24
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