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 f28e8bcf311e3da34001863d3ec455ab9ddf5026

Add angle brackets around URLs in README.md
Not all Markdown parsers recognize undecorated URLs.

Only those which aren't part of `[bla](URL)` or `[bla]: URL` need this.
Author: xaizek
Author date (UTC): 2025-09-28 11:53
Committer name: xaizek
Committer date (UTC): 2025-09-28 13:00
Parent(s): a525b46a4ae2f2cec1954951db02b598d7f67372
Signing key: 99DC5E4DB05F6BE2
Tree: 163abe6f032c84ab327e9b6d5b1c5ca0c0ba8b39
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index 251ecea80..cbfc0eda9)
... ... _Version 0.15. This file last updated on 28 September 2025._
21 21
22 22 | Usage | Link | Usage | Link
23 23 | :---: | :--: | :---: | :--:
24 | Website | https://vifm.info/
25 | Wiki | https://wiki.vifm.info/
26 | Q & A | https://q2a.vifm.info/
24 | Website | <https://vifm.info/>
25 | Wiki | <https://wiki.vifm.info/>
26 | Q & A | <https://q2a.vifm.info/>
27 27
28 28 ### Communication ### ### Communication ###
29 29
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