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 c3df15dc82fbc3226d7a9be2d41b7cbeddc5c59a

git: show :command syntax in the README
Author: xaizek
Author date (UTC): 2026-03-30 09:20
Committer name: xaizek
Committer date (UTC): 2026-03-30 10:49
Parent(s): 2a628bc8bed48ee9ad7828a8c4b524783ef092dc
Signing key: 99DC5E4DB05F6BE2
Tree: f0c4cdc6f505a9da6f64a7c2ca3970fe7ee42ba5
File Lines added Lines deleted
data/plugins/git/README.md 4 0
File data/plugins/git/README.md changed (mode: 100644) (index 6cc7e5af2..de455ee4c)
... ... This plugin provides utilities related to Git.
4 4
5 5 ### `:Gclone` command ### `:Gclone` command
6 6
7 **Syntax:** `:Gclone URL [dir-name]`
8
7 9 Clones repository, optionally deriving target directory name from the URL. On Clones repository, optionally deriving target directory name from the URL. On
8 10 success, enters the newly cloned worktree. On failure, shows the error in a success, enters the newly cloned worktree. On failure, shows the error in a
9 11 dialog. dialog.
 
... ... dialog.
28 30
29 31 ### `:Gmap` command ### `:Gmap` command
30 32
33 **Syntax:** `:Gmap pattern replacement`
34
31 35 Adds a simple replacement rule for Git statuses. Each new rule is appended to Adds a simple replacement rule for Git statuses. Each new rule is appended to
32 36 the list. The rules are processed in the order of their definition, therefore the list. The rules are processed in the order of their definition, therefore
33 37 earlier ones have higher priority and rules with wildcards should follow more earlier ones have higher priority and rules with wildcards should follow more
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