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 85d4e8342cbc9b70f5fb46cbdac263d780e06a87

Mention thu.sh in the README
Author: xaizek
Author date (UTC): 2025-01-18 14:06
Committer name: xaizek
Committer date (UTC): 2025-01-18 14:06
Parent(s): 4b8b3c75f5b1a9bd1dabbb6ac2cc4385d2c5cddf
Signing key: 99DC5E4DB05F6BE2
Tree: c2ea47e1c3e62b7015146301394e1af1cff8148b
File Lines added Lines deleted
README 3 2
README.md 3 1
File README changed (mode: 100644) (index b5d96d99a..6bfe81d53)
1 1 Vifm - Vim-like file manager Vifm - Vim-like file manager
2 2001 - 2023
2 2001 - 2025
3 3
4 4 Version: 0.13 Version: 0.13
5 5
6 This file last updated: 04 April 2023
6 This file last updated: 18 January 2025
7 7
8 8 Brief Description Brief Description
9 9
 
... ... Contacts
58 58 Preview scripts: Preview scripts:
59 59 * https://github.com/cirala/vifmimg * https://github.com/cirala/vifmimg
60 60 * https://github.com/eylles/vifm-sixel-preview * https://github.com/eylles/vifm-sixel-preview
61 * https://github.com/iambumblehead/thu.sh
File README.md changed (mode: 100644) (index 5bfd9d852..a23988df9)
4 4
5 5 [![][AA]][A]  [![][FF]][F]  [![][UU]][U]  [![][SS]][S] [![][AA]][A]  [![][FF]][F]  [![][UU]][U]  [![][SS]][S]
6 6
7 _Latest release is 0.13. This file last updated on 04 April 2023._
7 _Latest release is 0.13. This file last updated on 18 January 2025._
8 8
9 9 ## Brief Description ## ## Brief Description ##
10 10
 
... ... functionality should be enough for most of use cases.
45 45 | Devicons/favicons | [[1]][devicons-1], [[2]][devicons-2] | | Devicons/favicons | [[1]][devicons-1], [[2]][devicons-2] |
46 46 | vifmimg (image preview) | [Repository][vifmimg] (using [überzug][ueberzug] to display the images) | | vifmimg (image preview) | [Repository][vifmimg] (using [überzug][ueberzug] to display the images) |
47 47 | sixel image preview | [Repository][sixel-preview] (for [Sixel][wiki-sixel]-capable terminals) | | sixel image preview | [Repository][sixel-preview] (for [Sixel][wiki-sixel]-capable terminals) |
48 | thu.sh (image preview) | [Repository][thu.sh] (Sixel or Kitty) |
48 49
49 50 ## Screenshots ## ## Screenshots ##
50 51
 
... ... GNU General Public License, version 2 or later.
72 73 [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm
73 74 [vifmimg]: https://github.com/cirala/vifmimg [vifmimg]: https://github.com/cirala/vifmimg
74 75 [sixel-preview]: https://github.com/eylles/vifm-sixel-preview [sixel-preview]: https://github.com/eylles/vifm-sixel-preview
76 [thu.sh]: https://github.com/iambumblehead/thu.sh
75 77 [ueberzug]: https://github.com/seebye/ueberzug [ueberzug]: https://github.com/seebye/ueberzug
76 78 [bugs-gh]: https://github.com/vifm/vifm/issues [bugs-gh]: https://github.com/vifm/vifm/issues
77 79 [bugs-sf]: https://sourceforge.net/p/vifm/_list/tickets [bugs-sf]: https://sourceforge.net/p/vifm/_list/tickets
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