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 odd sorting with musl due to buggy strverscmp 3455c8585d4dac2eaf0ca9ec1a68712873b3d307 xaizek 2025-05-05 14:52:24
Simplify #if-defs in sort.c 22120d43615c104fd0c7b50e07cd27614f619c41 xaizek 2025-05-05 14:46:08
Fix rooted trashes and read-only file-systems 09e976d017599e6be3639b395efed4891f07ddde xaizek 2025-05-05 14:43:35
Add `set -u` to `pkgs/AppImage/genappimage.sh` eafe9ba8be5e73eb50d1ccaeb21e5ed020422ce0 xaizek 2025-05-05 14:21:38
Don't hard-code build jobs count in genappimage.sh f28591489913a932803954fe2c4e34833e062a30 xaizek 2025-05-05 14:20:27
Fix a typo in the ChangeLog file dd7298d6e548ed876de26e83acff85f57988ac92 xaizek 2025-05-05 14:42:21
Fix missing `chmod 700` on user-specific abs trash ecf6f227d9468ded933796e141a158df3e30f0dd xaizek 2025-05-05 14:04:57
Use LLONG_MAX instead of LONG_LONG_MAX 59179115b258997b0207525fbee156353bb3b390 xaizek 2025-05-03 12:17:35
Make scripts/release-win clean up on remote 6bbd52bce14ac1b2135f01e2090f07e8c56571d8 xaizek 2025-05-03 12:15:12
Make scripts/release-win build regular Windows zip 08adb7774116621c4304c0717855f4926942fdb8 xaizek 2025-05-03 12:10:56
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