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.
Commit 41e1a88c44012ed97887e9e5fc0b453b8aaf9276

Mention LONG_LLONG_MAX in ChangeLog
It won't be visible in change log of v0.15, hence a separate commit.
Author: xaizek
Author date (UTC): 2025-05-03 13:28
Committer name: xaizek
Committer date (UTC): 2025-05-03 13:28
Parent(s): 0f37d3fcd525ee6aff6a2c3815b73db9fc44ba2a
Signing key: 99DC5E4DB05F6BE2
Tree: 8ecda4f6fcc4e8c7011167fcf7369c1fc6b0042d
File Lines added Lines deleted
ChangeLog 5 0
File ChangeLog changed (mode: 100644) (index 6da3b593f..03b5a22b1)
1 0.14.1 to latest
2
3 Fixed build issue with musl due to use of non-standard LONG_LONG_MAX.
4 Thanks to NRK.
5
1 6 0.14 to 0.14.1 (2025-05-02) 0.14 to 0.14.1 (2025-05-02)
2 7
3 8 Made documentation on which :commands can have comments a bit more Made documentation on which :commands can have comments a bit more
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