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 5ceec0e79f517cf4484401aa732625a908782bdb

Fix :fileviewer docs
Author: filterfalse
Author date (UTC): 2016-07-16 14:58
Committer name: xaizek
Committer date (UTC): 2016-07-16 14:58
Parent(s): e17792bb03aed97d9a2a3e071e5ad542debdb6d3
Signing key: 99DC5E4DB05F6BE2
Tree: 560ea25a5393c37defd02ddbf61a905ec633ce81
File Lines added Lines deleted
data/man/vifm.1 1 1
data/vim/doc/app/vifm-app.txt 4 4
File data/man/vifm.1 changed (mode: 100644) (index 511c637a1..c8ec88380)
... ... name. Same as ":filetype filename".
1743 1743 .BI ":filev[iewer] pattern-list command1,command2,..." .BI ":filev[iewer] pattern-list command1,command2,..."
1744 1744 register specified list of commands as viewers for each of the patterns. register specified list of commands as viewers for each of the patterns.
1745 1745 Viewer is a command which output is captured and displayed in one of the panes Viewer is a command which output is captured and displayed in one of the panes
1746 of vifm after pressing e or running :view command. When the command doesn't
1746 of vifm after pressing "e" or running :view command. When the command doesn't
1747 1747 contain any of vifm macros, name of current file is appended as if command contain any of vifm macros, name of current file is appended as if command
1748 1748 ended with %c macro. Comma escaping and missing commands processing rules as ended with %c macro. Comma escaping and missing commands processing rules as
1749 1749 for :filetype apply to this command. See "Patterns" section below for pattern for :filetype apply to this command. See "Patterns" section below for pattern
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index f74ec2044..903d1dcc1)
... ... The builtin commands are:
1482 1482 *vifm-:fileviewer* *vifm-:filev* *vifm-:fileviewer* *vifm-:filev*
1483 1483 :filev[iewer] pattern-list command1,command2,... :filev[iewer] pattern-list command1,command2,...
1484 1484 register specified list of commands as viewers for each of the patterns. register specified list of commands as viewers for each of the patterns.
1485 Viewer is a command which output is captured and displayed in the second
1486 panes of vifm after pressing |vifm-e| or running |vifm-:view| command. When
1487 the command doesn't contain any of vifm macros, name of current file is
1488 appended as if command ended with |vifm-%c| macro. Comma escaping and
1485 Viewer is a command which output is captured and displayed in one of the
1486 panes of vifm after pressing |vifm-e| or running |vifm-:view| command.
1487 When the command doesn't contain any of vifm macros, name of current file
1488 is appended as if command ended with |vifm-%c| macro. Comma escaping and
1489 1489 missing commands processing rules as for |vifm-:filetype| apply to this missing commands processing rules as for |vifm-:filetype| apply to this
1490 1490 command. See |vifm-globs| for pattern definition. command. See |vifm-globs| for pattern definition.
1491 1491
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