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 :Gopt to config marking unchanged files 56793a51aa502cd0def294d52e3db3f94f35a184 xaizek 2026-04-11 16:34:57
git: remove optimization for unchanged subtrees 62b97163b4da3541a1075b4995052089ff01a6ec xaizek 2026-04-11 16:32:37
Don't assume a Lua column is primary on error 26ec4cfdbea576a29648eac1443d3cc96051e6ee xaizek 2026-04-11 13:31:21
Add missing article to matcher_clone()'s comment 0e62a4a70294b1408e63c9de2452ff2bd3b54e40 xaizek 2026-04-11 13:28:53
Use reset_search_results() in opt_handlers.c 18d64ac02c8fb0715d2fd0638852d51b3e31a56e xaizek 2026-04-08 12:38:23
Merge ui_view_reset_search_highlight into search.c 07f9be278ad0d0cc7a31cb01b9460a899b9761d3 xaizek 2026-04-08 12:17:24
Fix Lua column messing up search highlighting eabffbff89623220a7b079d9e3b88e7de36762f5 xaizek 2026-04-08 08:24:33
Fix ui:ui_view_reset_search_highlight() 5e6bf4d5542955acc60279225b8b489f27a6d86a xaizek 2026-04-08 10:36:49
Fix verb form in documentation of :copen c8bbddb23a03955cec45d88e8e29e6e6b8e7e926 xaizek 2026-04-07 16:24:24
Add menu index to the documentation 9b3dee06423f14f6ddc358e262cf22f88ae290c9 xaizek 2026-04-07 16:23:45
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