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 51219d73d9d8a8356fd82ed301b3130a27efdc6d

Stop advertising 'syscalls' as experimental
Completely forgot that there is such a warning...
Author: xaizek
Author date (UTC): 2018-01-21 16:40
Committer name: xaizek
Committer date (UTC): 2018-01-21 18:04
Parent(s): bf429a68cd67c74ccdd0e2c0da08be07132a949d
Signing key: 99DC5E4DB05F6BE2
Tree: ba7bf90981d484a7c5c6d4b29aae6e29396a7490
File Lines added Lines deleted
data/man/vifm.1 4 4
data/vim/doc/app/vifm-app.txt 4 4
File data/man/vifm.1 changed (mode: 100644) (index 374e0d71e..ef74de838)
1 .TH VIFM 1 "January 18, 2018" "vifm 0.9"
1 .TH VIFM 1 "January 21, 2018" "vifm 0.9"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... type: boolean
4235 4235 default: false default: false
4236 4236 .br .br
4237 4237 When disabled, vifm will rely on external applications to perform file-system When disabled, vifm will rely on external applications to perform file-system
4238 operations, otherwise system calls are used instead (much faster). The
4239 feature is {EXPERIMENTAL} and {WORK-IN-PROGRESS}. The option will be
4240 eventually removed. Mostly *nix-like systems are affected.
4238 operations, otherwise system calls are used instead (much faster and supports
4239 progress tracking). The option should eventually be removed. Mostly *nix-like
4240 systems are affected.
4241 4241 .TP .TP
4242 4242 .BI "'tabstop' 'ts'" .BI "'tabstop' 'ts'"
4243 4243 type: integer type: integer
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 2b74cecea..143b4075f)
1 *vifm-app.txt* For Vifm version 0.9 Last change: 2018 Jan 18
1 *vifm-app.txt* For Vifm version 0.9 Last change: 2018 Jan 21
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... type: boolean
3512 3512 default: false default: false
3513 3513
3514 3514 When disabled, vifm will rely on external applications to perform file-system When disabled, vifm will rely on external applications to perform file-system
3515 operations, otherwise system calls are used instead (much faster). The
3516 feature is {EXPERIMENTAL} and {WORK-IN-PROGRESS}. The option will be
3517 eventually removed. Mostly *nix-like systems are affected.
3515 operations, otherwise system calls are used instead (much faster and supports
3516 progress tracking). The option should eventually be removed. Mostly
3517 *nix-like systems are affected.
3518 3518
3519 3519 *vifm-'tabstop'* *vifm-'ts'* *vifm-'tabstop'* *vifm-'ts'*
3520 3520 tabstop ts tabstop ts
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