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
git: add GitStatus column ce8e5bd1440008ad761086fdc28b9cb21db76c62 xaizek 2026-03-28 14:54:05
git: add README.md for the plugin a149d45200c8d8bff9a213dae71c0f4c6a71f769 xaizek 2026-03-28 13:49:11
Update :diff command in sample vifmrc files 746e74c4722eb60cdc731d342de3aa8c420e7987 xaizek 2026-03-28 13:33:50
Update utf8proc from v2.11.2 to v2.11.3 d66e27bb42a226ae1aa3ad5b8ef517fb164179f2 xaizek 2026-03-28 13:30:03
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
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