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
Fix `--remote --select broken/symlink` failing 730f635d14bc81da1ff63b5279cab1d0979f15ec xaizek 2026-06-14 14:21:50
Make `--select dir` and `--select file` consistent 864d69018c3cfebdcaf854144cddede2dfada269 xaizek 2026-06-14 12:18:34
Don't reload view in vifm.c:check_path_for_file() 819d5ec34951f714498ffaa48fe1694ce5179406 xaizek 2026-06-13 13:49:14
Fix long dialog's title being hidden d6966f59ae8974a764a219979b298dae43b622ba xaizek 2026-06-13 13:43:23
Move filelist:set_view_path() to vifm.c ff304fc52873b110e18278ff8a5f0ac034dc124b xaizek 2026-06-13 13:41:37
Fix an invocation of restart_into_session() 88b0ec46eded1af0818601646dfde2f7b5202687 xaizek 2026-06-09 09:14:19
Fix line indentation in cmd_handlers.c:tree_cmd() 3c7b4ba923d0889265f2db98a2a84ff00528df03 xaizek 2026-06-09 09:13:25
Don't run startup commands on session load df15f4828df42575fa6ea5416f6c23e6d50c1c04 xaizek 2026-06-09 08:41:52
Apply POS_WIN_MIN_WIDTH independently of the mode e928390d4ec25701e1fd575270ae4a273401e1c9 xaizek 2026-06-08 17:12:25
Extract ui/ui.c:get_fileview_ruler_width() cec82621e2d367afe4d8125474d0d957faa183ee xaizek 2026-06-08 17:03:07
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