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 035d8e16b011dbd22a326ef0e15a0feea4874c13

Point at jose1711/vifm_devicons in READMEs
The source repository is not maintained at the moment, so direct users
to the maintained fork.
Author: xaizek
Author date (UTC): 2026-06-17 08:55
Committer name: xaizek
Committer date (UTC): 2026-07-18 16:01
Parent(s): 0cec7f589ed75f806fed9e7edc2677a01c7d4840
Signing key: 99DC5E4DB05F6BE2
Tree: fc39f843beb890663d8bacb348e57ce419b573fa
File Lines added Lines deleted
README 1 1
README.md 1 1
File README changed (mode: 100644) (index d8c3c7b69..4c87d089c)
... ... 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/thimc/vifm_devicons
55 * https://github.com/jose1711/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:
File README.md changed (mode: 100644) (index f51299d95..6481f7425)
... ... 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/thimc/vifm_devicons
138 [devicons-1]: https://github.com/jose1711/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 140 [vifmimg]: https://github.com/thimc/vifmimg [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
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