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 1bf96af13141ebf8ad2d06add48ed0d79db133ba

Update Vim docs on :file[xtv] to refer to patterns
It used to refer to globs.
Author: xaizek
Author date (UTC): 2020-09-17 14:28
Committer name: xaizek
Committer date (UTC): 2020-09-17 14:30
Parent(s): c05c2873ebd8c7b41166decc2a3358e7a9737a79
Signing key: 99DC5E4DB05F6BE2
Tree: 13601712d9d8e06c1d1ca9269336a842c2fd98a7
File Lines added Lines deleted
ChangeLog 4 0
data/vim/doc/app/vifm-app.txt 4 4
File ChangeLog changed (mode: 100644) (index 6c6cbb002..6ef8bf232)
11 11 Fixed `:sync! all` not synchronizing local filter of a tree with Fixed `:sync! all` not synchronizing local filter of a tree with
12 12 `set cvoptions=localfilter`. Thanks to filterfalse. `set cvoptions=localfilter`. Thanks to filterfalse.
13 13
14 Fixed documentation in Vim format linking section about globs instead of
15 section on patterns in the description of :filetype, :filextype and
16 :fileviewer commands.
17
14 18 0.10.1 to 0.11-beta (2020-09-10) 0.10.1 to 0.11-beta (2020-09-10)
15 19
16 20 Added :VifmCs command to the plugin for "converting" Vim's color scheme Added :VifmCs command to the plugin for "converting" Vim's color scheme
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 359f42b0d..6821d0938)
1 *vifm-app.txt* For Vifm version 0.11-beta Last change: 2020 Sep 12
1 *vifm-app.txt* For Vifm version 0.11-beta Last change: 2020 Sep 17
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... The builtin commands are:
1575 1575 name of current file is appended as if program entry ended with %c macro name of current file is appended as if program entry ended with %c macro
1576 1576 on *nix and %"c on Windows. On Windows path to executables containing on *nix and %"c on Windows. On Windows path to executables containing
1577 1577 spaces can (and should be for correct work with such paths) be double spaces can (and should be for correct work with such paths) be double
1578 quoted. See |vifm-globs| for pattern definition and |vifm-selection| for
1578 quoted. See |vifm-patterns| for pattern definition and |vifm-selection| for
1579 1579 how selection is handled. See also |vifm-fuse|. how selection is handled. See also |vifm-fuse|.
1580 1580 Example for zip archives and several actions: > Example for zip archives and several actions: >
1581 1581
 
... ... The builtin commands are:
1599 1599 *vifm-:filextype* *vifm-:filex* *vifm-:filextype* *vifm-:filex*
1600 1600 :filex[type] pattern-list [{ description }] def_program,program2,... :filex[type] pattern-list [{ description }] def_program,program2,...
1601 1601 same as :filetype, but this command is ignored if not running in X. In same as :filetype, but this command is ignored if not running in X. In
1602 X :filextype is equal to :filetype. See |vifm-globs| for pattern
1602 X :filextype is equal to :filetype. See |vifm-patterns| for pattern
1603 1603 definition and |vifm-selection| for how selection is handled. See also definition and |vifm-selection| for how selection is handled. See also
1604 1604 |vifm-fuse|. |vifm-fuse|.
1605 1605
 
... ... The builtin commands are:
1659 1659 When the command doesn't contain any of vifm macros, name of current file When the command doesn't contain any of vifm macros, name of current file
1660 1660 is appended as if command ended with |vifm-%c| macro. Comma escaping and is appended as if command ended with |vifm-%c| macro. Comma escaping and
1661 1661 missing commands processing rules as for |vifm-:filetype| apply to this missing commands processing rules as for |vifm-:filetype| apply to this
1662 command. See |vifm-globs| for pattern definition.
1662 command. See |vifm-patterns| for pattern definition.
1663 1663
1664 1664 Example for zip archives: > Example for zip archives: >
1665 1665
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