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: fix detecting file removal from index 727a9cb0ca04bcc02a8f2a6c14d9c39ddb89b59b xaizek 2026-03-30 09:21:20
git: show :command syntax in the README c3df15dc82fbc3226d7a9be2d41b7cbeddc5c59a xaizek 2026-03-30 09:20:48
git: add :Gmap command 2a628bc8bed48ee9ad7828a8c4b524783ef092dc xaizek 2026-03-30 09:18:16
git: rename clone() => clone_command() c0efa1983a0215d5cc015487aec1ecfee8b5a936 xaizek 2026-03-30 09:14:19
Fix running commands/completion tests on their own f63222b8bc2b7ae41d2a710cad42bf18e502661c xaizek 2026-03-29 14:25:11
Fix completing long column names for :highlight eb846df80ce59e4061c4a0ef7b9576a7cb2b82d2 xaizek 2026-03-29 14:14:53
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
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