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 0cec7f589ed75f806fed9e7edc2677a01c7d4840

Update couple GitHub URLs in READMEs
There was a cirala => thimc username change.
Author: xaizek
Author date (UTC): 2026-06-17 08:55
Committer name: xaizek
Committer date (UTC): 2026-07-18 16:01
Parent(s): f6dc735636f05dc6d24bc0edbdf6e4ff56eeff91
Signing key: 99DC5E4DB05F6BE2
Tree: 559f50402e9cd11de9842fe7c599649ccc73cac3
File Lines added Lines deleted
README 3 3
README.md 3 3
File README changed (mode: 100644) (index e1ad919d8..d8c3c7b69)
... ... Vifm - Vim-like file manager
3 3
4 4 Version: 0.15 Version: 0.15
5 5
6 This file last updated: 9 February 2026
6 This file last updated: 17 June 2026
7 7
8 8 Brief Description Brief Description
9 9
 
... ... Contacts
52 52 * https://vifm.info/colorschemes.shtml * https://vifm.info/colorschemes.shtml
53 53
54 54 Configurations for iconic fonts: Configurations for iconic fonts:
55 * https://github.com/cirala/vifm_devicons
55 * https://github.com/thimc/vifm_devicons
56 56 * https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm * https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm
57 57
58 58 Preview scripts: Preview scripts:
59 * https://github.com/cirala/vifmimg
59 * https://github.com/thimc/vifmimg
60 60 * https://github.com/eylles/vifm-sixel-preview * https://github.com/eylles/vifm-sixel-preview
61 61 * https://github.com/iambumblehead/thu.sh * https://github.com/iambumblehead/thu.sh
62 62
File README.md changed (mode: 100644) (index 261d6352e..f51299d95)
... ... working solutions which are set in stone user is provided with a set of
15 15 means for customization of Vifm to one's likings. Though builtin means for customization of Vifm to one's likings. Though builtin
16 16 functionality should be enough for most of use cases. functionality should be enough for most of use cases.
17 17
18 _Version 0.15. This file last updated on 9 February 2026._
18 _Version 0.15. This file last updated on 17 June 2026._
19 19
20 20 ## Resources and Contacts ## ## Resources and Contacts ##
21 21
 
... ... GNU General Public License, version 2 or later.
135 135 [vim-plugin]: https://github.com/vifm/vifm.vim [vim-plugin]: https://github.com/vifm/vifm.vim
136 136 [colors]: https://github.com/vifm/vifm-colors [colors]: https://github.com/vifm/vifm-colors
137 137 [colorscheme-previews]: https://vifm.info/colorschemes.shtml [colorscheme-previews]: https://vifm.info/colorschemes.shtml
138 [devicons-1]: https://github.com/cirala/vifm_devicons
138 [devicons-1]: https://github.com/thimc/vifm_devicons
139 139 [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm
140 [vifmimg]: https://github.com/cirala/vifmimg
140 [vifmimg]: https://github.com/thimc/vifmimg
141 141 [sixel-preview]: https://github.com/eylles/vifm-sixel-preview [sixel-preview]: https://github.com/eylles/vifm-sixel-preview
142 142 [thu.sh]: https://github.com/iambumblehead/thu.sh [thu.sh]: https://github.com/iambumblehead/thu.sh
143 143 [Überzug]: https://github.com/jstkdng/ueberzugpp/ [Überzug]: https://github.com/jstkdng/ueberzugpp/
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