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
Add missing NULL check to matchers_alloc() 2b86a22a7d179aca26868a98958f2eccd2d67829 xaizek 2026-07-24 17:30:21
Add display version of expr to utils/matchers 9cc98729aab4557b956bd60128860b9703d6631c xaizek 2026-07-21 12:22:13
Point at jose1711/vifm_devicons in READMEs 035d8e16b011dbd22a326ef0e15a0feea4874c13 xaizek 2026-06-17 08:55:53
Update couple GitHub URLs in READMEs 0cec7f589ed75f806fed9e7edc2677a01c7d4840 xaizek 2026-06-17 08:55:37
Extract utils/matchers.c:matchers_init() helper f6dc735636f05dc6d24bc0edbdf6e4ff56eeff91 xaizek 2026-07-17 17:21:40
Introduce filtering:local_filter_is_get() cc27237907f26554885f99e7d0491496bdac6958 xaizek 2026-07-17 09:02:07
Introduce filtering:local_filter_is_empty() 7addd3e4a73c974ba5d8b4b7ff113769e152d9db xaizek 2026-07-17 08:48:38
Introduce MatcherExpr enumeration 5a53d0381293aba48277577b87fb05dc91b732ac xaizek 2026-07-17 08:34:40
Correct handling of tmux by 'title' 8e68938ad3836e924dcadc0b1b6a817b232690a4 xaizek 2026-07-16 08:37:44
Add <a-.>, <m-.>, <a-,> and <m-,> notation c8ca37b49499db50d63d83bf081454cf3a264786 xaizek 2026-07-11 12:47:21
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