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
Remove weird $GUI_LINK_OPTS_TERM from configure b1827bdfe70ea5d49930569951b119cd95a86296 xaizek 2026-05-25 16:59:18
Fix C Lua modules not loading on Unix-like systems 2570d553ef31f5a8df408f1cdc7fa32f7c5d947f xaizek 2026-05-25 16:45:31
Simplify check for libdl in configure 5d3acf89e5a44af7126c885738aee1a8366e67d2 xaizek 2026-05-24 15:04:45
Regenerate autoconf files using v2.73 970959d12f3615a5a8f1a258899ccf00f885f0dc xaizek 2026-05-24 15:03:53
Build libgnurx with -std=gnu11 on AppVeyor 2821eecfd3d4314552c3bd693701425786993cbc xaizek 2026-05-16 15:52:58
Fix abort on running Lua handler in -DNDEBUG build 65d450fb9ae96ed058d10e7de8e1ca2f0ccffdb4 xaizek 2026-05-16 15:04:44
Don't use assert() in tests/undo/suite.c cf626290b6ec2265af5ee6709dbb3b4437373639 xaizek 2026-05-16 14:58:28
Build 3 out of 8 AppVeyor jobs with -DNDEBUG 94ff9f033f3d95a931f3abe1ee2a95b44bd25ff3 xaizek 2026-05-16 13:55:06
Fix comment on ui/quickview.c:view_file() 0bd1f810dcbefadbf4972b9dc9978b49843c55c6 xaizek 2026-05-16 13:54:21
Add to flags in scripts/appveyor/win/build 76f68cad964ab0aa860ed57fcc59b270cd241fd7 xaizek 2026-05-16 13:53:03
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