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
Extract src/modes/view.c:get_viewer_index() 34d08f490b89298fec5ad611d5bea0a9ae2975e3 xaizek 2025-08-22 08:22:02
Error on trying to use raw mode in %q view 8731e0744cb5501162aaa9824069623c74988447 xaizek 2025-08-21 20:57:49
Fix a small memory leak on `:map no-matching-keys` b91e8b1c8025d1bc819af799f10b7dbec5907c73 xaizek 2025-08-21 08:52:06
Refer to %q macro with a tag in vifm-app.txt b6f1b0b990ff917465248c695ce5120725fae640 xaizek 2025-08-21 08:39:51
Fix ruler size not being updated on menu switches e1f8c029a79012ed1ec7d5272f854118d2e07da0 xaizek 2025-08-19 16:39:09
Test suggestion of marks 081580c79b48422d048cce1a17aca07ffe46269e xaizek 2025-08-19 12:52:39
Allow descriptions for commands of :fileviewer 3b0681faccae5d743d608f85d4319d81c48f265f xaizek 2025-08-18 16:44:38
Update 3 more places to say "items" a71e0f5b829fd00d1ec592cbebdf6c6372a3e381 xaizek 2025-08-18 12:56:37
Link to Q&A site in the documentation a7d9a874d0fc64470ea8537d9f45d4c75d13ce03 xaizek 2025-08-18 11:07:05
Fix weird delays in FUSE when running an AppImage 607f61995c084e999820becb28b4ec4b0d05805e xaizek 2025-08-18 09:08:50
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