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 6f1085ae9b48cb74d5615db8b898b0ee2c23bd30

Add commented out `set syscalls` to sample vifmrcs
It should be easy to find for new users as they probably want to enable
it. Some time later, it should be uncommented and become a default
setting.
Author: xaizek
Author date (UTC): 2018-01-21 18:03
Committer name: xaizek
Committer date (UTC): 2018-01-21 18:04
Parent(s): 51219d73d9d8a8356fd82ed301b3130a27efdc6d
Signing key: 99DC5E4DB05F6BE2
Tree: 55045c8fbc9de87e27f53b3167d0cc187ce8c92a
File Lines added Lines deleted
data/vifmrc 7 1
data/vifmrc-osx 7 1
File data/vifmrc changed (mode: 100644) (index d43f4d661..9bf9c1665)
1 1 " vim: filetype=vifm : " vim: filetype=vifm :
2 " Sample configuration file for vifm (last updated: 23 December, 2017)
2 " Sample configuration file for vifm (last updated: 21 January, 2018)
3 3 " You can edit this file by hand. " You can edit this file by hand.
4 4 " The " character at the beginning of a line comments out the line. " The " character at the beginning of a line comments out the line.
5 5 " Blank lines are ignored. " Blank lines are ignored.
 
... ... set vicmd=vim
15 15 " set vicmd=elvis\ -G\ termcap " set vicmd=elvis\ -G\ termcap
16 16 " set vicmd=vile " set vicmd=vile
17 17
18 " This makes vifm perform file operations on its own instead of relying on
19 " standard utilities like `cp`. While using `cp` and alike is a more universal
20 " solution, it's also much slower and doesn't support progress measuring.
21
22 " set syscalls
23
18 24 " Trash Directory " Trash Directory
19 25 " The default is to move files that are deleted with dd or :d to " The default is to move files that are deleted with dd or :d to
20 26 " the trash directory. If you change this you will not be able to move " the trash directory. If you change this you will not be able to move
File data/vifmrc-osx changed (mode: 100644) (index 7e03f3762..c18a3589e)
1 1 " vim: filetype=vifm : " vim: filetype=vifm :
2 " Sample configuration file for vifm on OSX (last updated: 23 December, 2017)
2 " Sample configuration file for vifm on OSX (last updated: 21 January, 2018)
3 3 " You can edit this file by hand. " You can edit this file by hand.
4 4 " The " character at the beginning of a line comments out the line. " The " character at the beginning of a line comments out the line.
5 5 " Blank lines are ignored. " Blank lines are ignored.
 
... ... set vicmd=vim
15 15 " set vicmd=elvis\ -G\ termcap " set vicmd=elvis\ -G\ termcap
16 16 " set vicmd=vile " set vicmd=vile
17 17
18 " This makes vifm perform file operations on its own instead of relying on
19 " standard utilities like `cp`. While using `cp` and alike is a more universal
20 " solution, it's also much slower and doesn't support progress measuring.
21
22 " set syscalls
23
18 24 " Trash Directory " Trash Directory
19 25 " The default is to move files that are deleted with dd or :d to " The default is to move files that are deleted with dd or :d to
20 26 " the trash directory. If you change this you will not be able to move " the trash directory. If you change this you will not be able to move
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