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
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
Remove unused part of scripts/appveyor/nix/build 4c5a77b6bc269ecf13996237139c910b9dc35577 xaizek 2026-05-16 13:51:35
Fix unused variable in vifmview_loadcustom() 012ffba160902de1ad94f90474fdc1ba15311a6d xaizek 2026-05-16 13:50:37
Optimize mixed small and large trie string allocs da45e4e1e5b24931b0d2951a0d3791d0ff77448a xaizek 2026-05-14 21:44:41
Properly handle string allocation errors in trie 8ef02c3b33bf7bd9d753b401bd876ddfd9cc8b59 xaizek 2026-05-14 13:51: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