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 a7d9a874d0fc64470ea8537d9f45d4c75d13ce03

Link to Q&A site in the documentation
Author: xaizek
Author date (UTC): 2025-08-18 11:07
Committer name: xaizek
Committer date (UTC): 2025-08-18 11:07
Parent(s): 607f61995c084e999820becb28b4ec4b0d05805e
Signing key: 99DC5E4DB05F6BE2
Tree: 55d03f5d3580722902a372f165ce2dde046a0af6
File Lines added Lines deleted
data/man/vifm.1 3 1
data/vim/doc/app/vifm-app.txt 2 1
File data/man/vifm.1 changed (mode: 100644) (index 1bb0e521d..cf8cd6aae)
1 .TH VIFM 1 "23 July 2025" "vifm 0.15"
1 .TH VIFM 1 "18 August 2025" "vifm 0.15"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... work this way on its own).
8024 8024
8025 8025 Website: https://vifm.info/ Website: https://vifm.info/
8026 8026 .br .br
8027 Q&A: https://q2a.vifm.info/
8028 .br
8027 8029 Wiki: https://wiki.vifm.info/ Wiki: https://wiki.vifm.info/
8028 8030 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
8029 8031 .SH AUTHOR .SH AUTHOR
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 86878abd2..c6d18af43)
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 July 23
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 August 18
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... work this way on its own).
6720 6720 Vim plugin documentation: |vifm-plugin.txt| Vim plugin documentation: |vifm-plugin.txt|
6721 6721
6722 6722 Website: https://vifm.info/ Website: https://vifm.info/
6723 Q&A: https://q2a.vifm.info/
6723 6724 Wiki: https://wiki.vifm.info/ Wiki: https://wiki.vifm.info/
6724 6725
6725 6726 -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
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