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
Version v0.14.4 2065b23a6dfddd46ee6d633eab029994fa5430e7 xaizek 2026-05-30 14:36:22
Don't use assert() in tests/undo/suite.c 0db79057edfebcc1c1b310d01fd421ce810847a7 xaizek 2026-05-16 14:58:28
Update .valgrind.supp for glibc on Debian 13 8e181bc0d8fcc2602d9a67b03a887f73ed759a9b xaizek 2025-11-14 09:56:38
Fix new failures on Wine 10.0 e938cc11983501838a8f3280ca32bd3327928aa4 xaizek 2025-11-16 14:31:59
Fix unused variable in vifmview_loadcustom() f79eee619452800b2511793f645bf82908b32136 xaizek 2026-05-16 13:50:37
Bring back trailing semicolon in vifm.desktop f839240ce0771db6214aa769ae26dff414bc1bdc xaizek 2026-05-30 13:47:50
Update NEWS file for v0.14.4 bc2270994afe476e602c50e5c6cff41dfd759120 xaizek 2026-05-30 13:15:23
Don't fail if can't export dynamic symbols 1884fcb75d8873c5c986cecaf07a0fc3a5ba48a1 xaizek 2026-05-26 18:02:28
Fix configuring linker on OS X 094ae2ab55033d32ac0c71d0b4441a024050b7f8 xaizek 2026-05-26 17:32:52
Remove weird $GUI_LINK_OPTS_TERM from configure 1aeda18a13fc671b3e91237ea75c3b0dfce13179 xaizek 2026-05-25 16:59:18
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