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 efd451c2daa3cf5435aaee72c774e532111c2857

Update documentation for 'fusehome'
Forgot about it.
Author: xaizek
Author date (UTC): 2012-10-22 15:02
Committer name: xaizek
Committer date (UTC): 2012-10-22 15:02
Parent(s): 5f150bf47f30cf4bc047fa986562b4b1286d33f6
Signing key:
Tree: f5221ecc102a757103d8dbeb34e4e20a70e988a8
File Lines added Lines deleted
data/vifm.1 3 3
data/vim/doc/vifm.txt 2 2
File data/vifm.1 changed (mode: 100644) (index 2b3bc209c..fa457acfb)
1 .TH vifm 1 "October 15, 2012" "" "Vifm"
1 .TH vifm 1 "October 22, 2012" "" "Vifm"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... Follow links on l or Enter.
1887 1887 .BI fusehome .BI fusehome
1888 1888 type: string type: string
1889 1889 .br .br
1890 default: "/tmp/vifm_FUSE/"
1890 default: "($TMPDIR | $TEMP | $TEMPDIR | $TMP)/vifm_FUSE/"
1891 1891 .br .br
1892 1892 Directory to be used as a root dir for FUSE mounts. Directory to be used as a root dir for FUSE mounts.
1893 1893 If you change this option, vifm won't remount anything. It affects future If you change this option, vifm won't remount anything. It affects future
 
... ... Example file content:
2692 2692 All % macros are expanded by vifm at runtime and have the following meaning: All % macros are expanded by vifm at runtime and have the following meaning:
2693 2693 \- %SOURCE_FILE is replaced by full path to selected file \- %SOURCE_FILE is replaced by full path to selected file
2694 2694 \- %DESTINATION_DIR is replaced by full path to mount directory, which is \ \- %DESTINATION_DIR is replaced by full path to mount directory, which is \
2695 created by vifm basing on the value of fusehome option.
2695 created by vifm basing on the value of 'fusehome' option.
2696 2696 \- %PARAM value is filled from the first line of file (whole line), though \ \- %PARAM value is filled from the first line of file (whole line), though \
2697 2697 in the future it can be changed to whole file content in the future it can be changed to whole file content
2698 2698 \- %CLEAR means that you want to clear screen before running mount command. \- %CLEAR means that you want to clear screen before running mount command.
File data/vim/doc/vifm.txt changed (mode: 100644) (index f1134b485..6e6d6dd1a)
1 *vifm.txt* For Vifm version 0.7.4 Last change: 2012 Oct 15
1 *vifm.txt* For Vifm version 0.7.4 Last change: 2012 Oct 22
2 2
3 3 Email for bugs and suggestions: <xaizek@lavabit.com> Email for bugs and suggestions: <xaizek@lavabit.com>
4 4
 
... ... Follow links on l or Enter.
1613 1613 *vifm-'fusehome'* *vifm-'fusehome'*
1614 1614 fusehome fusehome
1615 1615 type: string type: string
1616 default: "/tmp/vifm_FUSE/"
1616 default: "($TMPDIR | $TEMP | $TEMPDIR | $TMP)/vifm_FUSE/"
1617 1617 Directory to be used as a root dir for FUSE mounts. Directory to be used as a root dir for FUSE mounts.
1618 1618 If you change this option, vifm won't remount anything. It affects future If you change this option, vifm won't remount anything. It affects future
1619 1619 mounts only. See |vifm-fuse| section for more information about FUSE mounts. mounts only. See |vifm-fuse| section for more information about FUSE mounts.
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