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.2 b9e56373fb9c17e542e08b9821055591b5cfa82a xaizek 2025-05-07 12:47:58
Update NEWS file for v0.14.2 898e3f27324675e71d4b1c8a9bc13860f7d8acaf xaizek 2025-05-07 12:45:58
Fix odd sorting with musl due to buggy strverscmp be3c9262821e8eea2e2590edaaaef462ecbe5664 xaizek 2025-05-05 14:52:24
Simplify #if-defs in sort.c 289fab9d9ab3497d65d9bc03aebae7c31f49701f xaizek 2025-05-05 14:46:08
Fix rooted trashes and read-only file-systems 9ffd8796d95e461ebe3dc4a7e734007ce95b1d48 xaizek 2025-05-05 14:43:35
Add `set -u` to `pkgs/AppImage/genappimage.sh` ee45e99cf01f2f8bdffe9805f9c1d2f63cdda6d4 xaizek 2025-05-05 14:21:38
Don't hard-code build jobs count in genappimage.sh a824f2468a547bb7ba7f1969e9f26c3a13c9c30c xaizek 2025-05-05 14:20:27
Fix a typo in the ChangeLog file 0962554754f525bd44fbf3f21ba32040d1b3dd0b xaizek 2025-05-05 14:42:21
Fix missing `chmod 700` on user-specific abs trash 22de9a09d9973e63b151794c5ddccd8d34ed4ef9 xaizek 2025-05-05 14:04:57
Mention LONG_LLONG_MAX in ChangeLog 41e1a88c44012ed97887e9e5fc0b453b8aaf9276 xaizek 2025-05-03 13:28: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