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 0c306a13e8832d6ba4e802c71a92fb8661800709

Improve table header formatting in README.md
Author: xaizek
Author date (UTC): 2025-01-18 14:07
Committer name: xaizek
Committer date (UTC): 2025-01-18 14:07
Parent(s): 85d4e8342cbc9b70f5fb46cbdac263d780e06a87
Signing key: 99DC5E4DB05F6BE2
Tree: 59bb4ed615a6580d81c89b3ae074b10a88e05541
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index a23988df9..3450b7618)
... ... functionality should be enough for most of use cases.
22 22 ## Resources and Contacts ## ## Resources and Contacts ##
23 23
24 24 | Usage | Link | | Usage | Link |
25 | :-------: | :----: |
25 | :---: | :--: |
26 26 | Website | https://vifm.info/ | | Website | https://vifm.info/ |
27 27 | Wiki | https://wiki.vifm.info/ | | Wiki | https://wiki.vifm.info/ |
28 28 | Q & A | https://q2a.vifm.info/ | | Q & A | https://q2a.vifm.info/ |
 
... ... functionality should be enough for most of use cases.
30 30 ### Communication ### ### Communication ###
31 31
32 32 | Reason | Channel | | Reason | Channel |
33 | :-------: | :------: |
33 | :----: | :-----: |
34 34 | Bugs & Feature Requests | [GitHub][bugs-gh], [SourceForge][bugs-sf] or via [email][email] | | Bugs & Feature Requests | [GitHub][bugs-gh], [SourceForge][bugs-sf] or via [email][email] |
35 35 | Preferred place for asking usage questions | Posting on the [Q&A][q2a] site | | Preferred place for asking usage questions | Posting on the [Q&A][q2a] site |
36 36 | Read-only and very low traffic news mailing list | [vifm-announce][list] | | Read-only and very low traffic news mailing list | [vifm-announce][list] |
 
... ... functionality should be enough for most of use cases.
38 38 ### Other resources ### ### Other resources ###
39 39
40 40 | Usage | Where to find | | Usage | Where to find |
41 | :---: | :---: |
41 | :---: | :-----------: |
42 42 | Repositories | [GitHub][repo-gh] and [SourceForge][repo-sf] | | Repositories | [GitHub][repo-gh] and [SourceForge][repo-sf] |
43 43 | Vim Plugin | [Repository][vim-plugin] | | Vim Plugin | [Repository][vim-plugin] |
44 44 | Colorschemes (maintained) | [Repository][colors] and [colorscheme-previews][colorscheme-preview] | | Colorschemes (maintained) | [Repository][colors] and [colorscheme-previews][colorscheme-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