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 f24d42099b0f06ef907e017a53f86b81575f4d3a

Don't say "Latest release" in README.md
Now that there are bugfix releases, this is confusing.
Author: xaizek
Author date (UTC): 2025-05-24 15:37
Committer name: xaizek
Committer date (UTC): 2025-05-24 15:50
Parent(s): 2661f3316e306c81ee7a09344e3b5fc5ebce06c8
Signing key: 99DC5E4DB05F6BE2
Tree: ad18bb493e0bfcdbd127f32f6215a9116f77abc5
File Lines added Lines deleted
README.md 1 1
scripts/release 2 2
File README.md changed (mode: 100644) (index e87f958a9..d50026ab1)
4 4
5 5 [![][AA]][A]  [![][FF]][F]  [![][UU]][U]  [![][SS]][S] [![][AA]][A]  [![][FF]][F]  [![][UU]][U]  [![][SS]][S]
6 6
7 _Latest release is 0.14. This file last updated on 08 February 2025._
7 _Version 0.14. This file last updated on 08 February 2025._
8 8
9 9 ## Brief Description ## ## Brief Description ##
10 10
File scripts/release changed (mode: 100755) (index 8d9313ebf..ce0fcf37e)
... ... if [ "$target" = all ] || [ "$target" = update ]; then
96 96 sed -i "/^2001 - /s/-.*/$(date '+- %Y')/" README sed -i "/^2001 - /s/-.*/$(date '+- %Y')/" README
97 97
98 98 # update date in README.md # update date in README.md
99 sed -i "/^_Latest release is /s/on .*/on $(date '+%d %B %Y')._/" README.md
99 sed -i "/^_Version /s/ on .*/ on $(date '+%d %B %Y')._/" README.md
100 100 # update version in README.md # update version in README.md
101 sed -i "/^_Latest release is /s/is .*\. /is ${ver}. /" README.md
101 sed -i "/^_Version /s/ .*\. / ${ver}. /" README.md
102 102
103 103 # update man pages # update man pages
104 104 sed -i "1s/\"[^\"]\\+\" \"[^\"]\\+\"\$/\"$(date '+%d %B %Y')\" \"vifm $ver\"/" data/man/*.1 sed -i "1s/\"[^\"]\\+\" \"[^\"]\\+\"\$/\"$(date '+%d %B %Y')\" \"vifm $ver\"/" data/man/*.1
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