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 a591f55141d3853db2397e250b6be9e9f6327f14

Add a couple missing articles to the docs
I'm sure there are many more missing though.
Author: xaizek
Author date (UTC): 2024-12-18 13:00
Committer name: xaizek
Committer date (UTC): 2024-12-18 13:21
Parent(s): 27f98e201f66572133419c03612db15d1c4ffd50
Signing key: 99DC5E4DB05F6BE2
Tree: 0f134132e1dbb523dec16c2d1cf93910579b15da
File Lines added Lines deleted
data/man/vifm.1 3 3
data/vim/doc/app/vifm-app.txt 3 3
File data/man/vifm.1 changed (mode: 100644) (index f98b5c7c1..560ed6597)
1 .TH VIFM 1 "20 November 2024" "vifm 0.13"
1 .TH VIFM 1 "18 December 2024" "vifm 0.13"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... same as :siblprev!.
802 802 same as :siblnext!. same as :siblnext!.
803 803 .TP .TP
804 804 .BI [s .BI [s
805 go to previous selected entry or do nothing.
805 go to the previous selected entry or do nothing.
806 806 .TP .TP
807 807 .BI ]s .BI ]s
808 go to next selected entry or do nothing.
808 go to the next selected entry or do nothing.
809 809 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
810 810 .SH Using Count .SH Using Count
811 811 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 82be43754..54509a2b3)
1 *vifm-app.txt* For Vifm version 0.13 Last change: 2024 November 20
1 *vifm-app.txt* For Vifm version 0.13 Last change: 2024 December 18
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... ZZ - same as |vifm-:quit|. *vifm-ZZ*
710 710
711 711
712 712 [s *vifm-[s* [s *vifm-[s*
713 go to previous selected entry or do nothing.
713 go to the previous selected entry or do nothing.
714 714
715 715 ]s *vifm-]s* ]s *vifm-]s*
716 go to next selected entry or do nothing.
716 go to the next selected entry or do nothing.
717 717
718 718 Using Count~ Using Count~
719 719 *vifm-count* *vifm-[count]* *vifm-count* *vifm-[count]*
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