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 c4e08096a4cae476f3d17f37b14875c9013707d1

Simplify Markdown in README.md
No functional changes.
Author: xaizek
Author date (UTC): 2025-01-18 14:37
Committer name: xaizek
Committer date (UTC): 2025-01-18 14:40
Parent(s): 0c306a13e8832d6ba4e802c71a92fb8661800709
Signing key: 99DC5E4DB05F6BE2
Tree: 847a3a45f6bd58dba31bb7bdba9ea0bd75c9ce88
File Lines added Lines deleted
README.md 26 26
File README.md changed (mode: 100644) (index 3450b7618..ef30a666c)
... ... functionality should be enough for most of use cases.
21 21
22 22 ## Resources and Contacts ## ## Resources and Contacts ##
23 23
24 | Usage | Link |
25 | :---: | :--: |
26 | Website | https://vifm.info/ |
27 | Wiki | https://wiki.vifm.info/ |
28 | Q & A | https://q2a.vifm.info/ |
24 | Usage | Link
25 | :---: | :--:
26 | Website | https://vifm.info/
27 | Wiki | https://wiki.vifm.info/
28 | Q & A | https://q2a.vifm.info/
29 29
30 30 ### Communication ### ### Communication ###
31 31
32 | Reason | Channel |
33 | :----: | :-----: |
34 | Bugs & Feature Requests | [GitHub][bugs-gh], [SourceForge][bugs-sf] or via [email][email] |
35 | Preferred place for asking usage questions | Posting on the [Q&A][q2a] site |
36 | Read-only and very low traffic news mailing list | [vifm-announce][list] |
32 | Reason | Channel
33 | :----: | :-----:
34 | Bugs & Feature Requests | [GitHub][bugs-gh], [SourceForge][bugs-sf] or via [email]
35 | Preferred place for asking usage questions | Posting on the [Q&A] site
36 | Read-only and very low traffic news mailing list | [vifm-announce]
37 37
38 38 ### Other resources ### ### Other resources ###
39 39
40 | Usage | Where to find |
41 | :---: | :-----------: |
42 | Repositories | [GitHub][repo-gh] and [SourceForge][repo-sf] |
43 | Vim Plugin | [Repository][vim-plugin] |
44 | Colorschemes (maintained) | [Repository][colors] and [colorscheme-previews][colorscheme-preview] |
45 | Devicons/favicons | [[1]][devicons-1], [[2]][devicons-2] |
46 | vifmimg (image preview) | [Repository][vifmimg] (using [überzug][ueberzug] to display the images) |
47 | sixel image preview | [Repository][sixel-preview] (for [Sixel][wiki-sixel]-capable terminals) |
48 | thu.sh (image preview) | [Repository][thu.sh] (Sixel or Kitty) |
40 | Usage | Where to find
41 | :---: | :-----------:
42 | Repositories | [GitHub][repo-gh] and [SourceForge][repo-sf]
43 | Vim Plugin | [Repository][vim-plugin]
44 | Colorschemes (maintained) | [Repository][colors] and [colorscheme-previews]
45 | Devicons/favicons | [[1]][devicons-1], [[2]][devicons-2]
46 | vifmimg (image preview) | [Repository][vifmimg] (using [Überzug] to display the images)
47 | sixel image preview | [Repository][sixel-preview] (for [Sixel]-capable terminals)
48 | thu.sh (image preview) | [Repository][thu.sh] (Sixel or Kitty)
49 49
50 50 ## Screenshots ## ## Screenshots ##
51 51
 
... ... functionality should be enough for most of use cases.
54 54
55 55 ## Getting Started ## ## Getting Started ##
56 56
57 A good idea for quick start might be skimming over [cheatsheet][cheatsheet] for
58 the main mode (that is Normal mode), reading some sections on basic usage on
57 A good idea for quick start might be skimming over [cheatsheet] for the main
58 mode (that is Normal mode), reading some sections on basic usage on
59 59 [the wiki][wiki-manual] and looking at sample configuration file (run [the wiki][wiki-manual] and looking at sample configuration file (run
60 60 `:edit $MYVIFMRC`). `:edit $MYVIFMRC`).
61 61
 
... ... the main mode (that is Normal mode), reading some sections on basic usage on
63 63
64 64 GNU General Public License, version 2 or later. GNU General Public License, version 2 or later.
65 65
66 [q2a]: https://q2a.vifm.info/
66 [Q&A]: https://q2a.vifm.info/
67 67 [email]: mailto:xaizek@posteo.net [email]: mailto:xaizek@posteo.net
68 [list]: https://lists.sourceforge.net/lists/listinfo/vifm-announce
68 [vifm-announce]: https://lists.sourceforge.net/lists/listinfo/vifm-announce
69 69 [vim-plugin]: https://github.com/vifm/vifm.vim [vim-plugin]: https://github.com/vifm/vifm.vim
70 70 [colors]: https://github.com/vifm/vifm-colors [colors]: https://github.com/vifm/vifm-colors
71 [colorscheme-preview]: https://vifm.info/colorschemes.shtml
71 [colorscheme-previews]: https://vifm.info/colorschemes.shtml
72 72 [devicons-1]: https://github.com/cirala/vifm_devicons [devicons-1]: https://github.com/cirala/vifm_devicons
73 73 [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm [devicons-2]: https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm
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 [ueberzug]: https://github.com/seebye/ueberzug
77 [Überzug]: https://github.com/seebye/ueberzug
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 [wiki-sixel]: https://en.wikipedia.org/wiki/Sixel
84 [Sixel]: https://en.wikipedia.org/wiki/Sixel
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