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 37d0cf0ffdc703664cecdde9cb4ba1d807c945d4

Fix 3 typos in the documentation
Thanks to qadzek.

See https://q2a.vifm.info/2199/misc-feedback
Author: xaizek
Author date (UTC): 2025-07-22 15:58
Committer name: xaizek
Committer date (UTC): 2025-07-22 15:58
Parent(s): 356dee8656123c7c8a05620aa3e7f96bda514ba1
Signing key: 99DC5E4DB05F6BE2
Tree: 97c44f41181faf3d0e66bb0609db598318595592
File Lines added Lines deleted
data/man/vifm.1 5 5
data/vim/doc/app/vifm-app.txt 4 4
File data/man/vifm.1 changed (mode: 100644) (index bc843b9f5..c50c31ee7)
1 .TH VIFM 1 "18 July 2025" "vifm 0.15"
1 .TH VIFM 1 "22 July 2025" "vifm 0.15"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... hide interface to show previous commands' output.
2255 2255 display information about all highlight groups active at the moment. display information about all highlight groups active at the moment.
2256 2256 .TP .TP
2257 2257 .BI ":hi[ghlight] clear" .BI ":hi[ghlight] clear"
2258 reset all highlighting to builtin defaults and removed all filename-specific
2258 reset all highlighting to builtin defaults and remove all filename-specific
2259 2259 rules. rules.
2260 2260 .TP .TP
2261 2261 .BI ":hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ )" .BI ":hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ )"
 
... ... undecorated-pattern
3921 3921 First five forms can include leading exclamation mark that negates pattern First five forms can include leading exclamation mark that negates pattern
3922 3922 matching. matching.
3923 3923
3924 The last form is implicitly refers to one of others. :highlight does not accept
3925 undecorated form, while :filetype, :filextype, :fileviewer, :select, :unselect
3926 and 'classify' treat it as list of name globs.
3924 The last form implicitly refers to one of the others. :highlight does not
3925 accept undecorated form, while :filetype, :filextype, :fileviewer, :select,
3926 :unselect and 'classify' treat it as a list of name globs.
3927 3927
3928 3928 Path patterns receive absolute path of the file that includes its name Path patterns receive absolute path of the file that includes its name
3929 3929 component as well. component as well.
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 59dc3a839..53818aa10)
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 July 18
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 July 22
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... Also see |vifm-file-copying|.
1925 1925 :hi[ghlight] :hi[ghlight]
1926 1926 display information about all highlight groups active at the moment. display information about all highlight groups active at the moment.
1927 1927 :hi[ghlight] clear :hi[ghlight] clear
1928 reset all highlighting to builtin defaults and removed all
1928 reset all highlighting to builtin defaults and remove all
1929 1929 filename-specific rules. filename-specific rules.
1930 1930 :hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ ) :hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ )
1931 1931 remove specified rule. remove specified rule.
 
... ... There are six possible ways to write a single pattern:
3247 3247 First five forms can include leading exclamation mark that negates pattern First five forms can include leading exclamation mark that negates pattern
3248 3248 matching. matching.
3249 3249
3250 The last form is implicitly refers to one of the others. |vifm-:highlight|
3250 The last form implicitly refers to one of the others. |vifm-:highlight|
3251 3251 does not accept undecorated form, while |vifm-:filetype|, |vifm-:filextype|, does not accept undecorated form, while |vifm-:filetype|, |vifm-:filextype|,
3252 3252 |vifm-:fileviewer|, |vifm-:select|, |vifm-:unselect| and |vifm-'classify'| |vifm-:fileviewer|, |vifm-:select|, |vifm-:unselect| and |vifm-'classify'|
3253 treat it as list of name globs.
3253 treat it as a list of name globs.
3254 3254
3255 3255 Path patterns receive absolute path of the file that includes its name Path patterns receive absolute path of the file that includes its name
3256 3256 component as well. component as well.
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