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 a typo in builtin_functions.c:execute_cmd() e89a2d761a769adc3d8ae8e46eacb01851e6310e xaizek 2026-08-06 09:25:35
Fix printing the value of 'previewoptions' 7ef9d0288c8f447c1fc0577c799f8d9b9a911b66 xaizek 2026-08-06 07:06:35
Initialize preview options in tests/conf_setup() 7e8ab9fc795e7e2459484dfdffa1c7a887991293 xaizek 2026-08-06 07:04:42
Update comment on engine/variables:clear_variables c26cd472ef88b107de56bb2c845d3df9bfb6be8c xaizek 2026-08-05 14:20:37
Fixed non-stop refresh of directory preview 31bcd6aa384a15465f86d5c86c348d3fa2c0b136 xaizek 2026-08-05 09:07:55
Cover filter control keys with tests ae06c3fc5509caf872f7a72842515aa3149b986a xaizek 2026-07-28 10:45:33
Fix comment on modes/normal.c:cmd_zM() 300f0b626b3edbbc93c6d35d80ad5f116bbcec38 xaizek 2026-07-28 10:44:38
Remove Vim-doc's "vifm-" prefix from 'hloptions' 9fcb536aca0a0723185ceb26869936dd64c23cd1 xaizek 2026-07-28 10:11:00
Explain not testing tmux $TERM values in tests 3de7af9649e45bbde58301b9891b2cc08138f1e8 xaizek 2026-07-27 10:55:17
Test handling of parent entry by local filter c2a775b3a391e743ba122ab481b8ef8722e8eabd xaizek 2026-07-27 10:37:39
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