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 10a14091579dd62c064b8652bbcee49d450fe83b

Update Überzug/Sixel links in README.md
Original Überzug link isn't really useful now.

That Sixel site is more useful then Wikipedia to which it also links.
Author: xaizek
Author date (UTC): 2025-01-18 14:41
Committer name: xaizek
Committer date (UTC): 2025-01-18 14:41
Parent(s): c4e08096a4cae476f3d17f37b14875c9013707d1
Signing key: 99DC5E4DB05F6BE2
Tree: 991f35879e2b78ca76c09de0feb141ae929ffcf1
File Lines added Lines deleted
README.md 2 2
File README.md changed (mode: 100644) (index ef30a666c..5adac3c9b)
... ... GNU General Public License, version 2 or later.
74 74 [vifmimg]: https://github.com/cirala/vifmimg [vifmimg]: https://github.com/cirala/vifmimg
75 75 [sixel-preview]: https://github.com/eylles/vifm-sixel-preview [sixel-preview]: https://github.com/eylles/vifm-sixel-preview
76 76 [thu.sh]: https://github.com/iambumblehead/thu.sh [thu.sh]: https://github.com/iambumblehead/thu.sh
77 [Überzug]: https://github.com/seebye/ueberzug
77 [Überzug]: https://github.com/jstkdng/ueberzugpp/
78 78 [bugs-gh]: https://github.com/vifm/vifm/issues [bugs-gh]: https://github.com/vifm/vifm/issues
79 79 [bugs-sf]: https://sourceforge.net/p/vifm/_list/tickets [bugs-sf]: https://sourceforge.net/p/vifm/_list/tickets
80 80 [repo-gh]: https://github.com/vifm/vifm [repo-gh]: https://github.com/vifm/vifm
81 81 [repo-sf]: https://sourceforge.net/projects/vifm/ [repo-sf]: https://sourceforge.net/projects/vifm/
82 82 [cheatsheet]: https://vifm.info/cheatsheets.shtml [cheatsheet]: https://vifm.info/cheatsheets.shtml
83 83 [wiki-manual]: https://wiki.vifm.info/index.php?title=Manual [wiki-manual]: https://wiki.vifm.info/index.php?title=Manual
84 [Sixel]: https://en.wikipedia.org/wiki/Sixel
84 [Sixel]: https://www.arewesixelyet.com/
85 85
86 86 [AA]: https://ci.appveyor.com/api/projects/status/ywfhdev1l3so1f5e/branch/master?svg=true [AA]: https://ci.appveyor.com/api/projects/status/ywfhdev1l3so1f5e/branch/master?svg=true
87 87 [A]: https://ci.appveyor.com/project/xaizek/vifm/branch/master [A]: https://ci.appveyor.com/project/xaizek/vifm/branch/master
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