diff options
author | hut <hut@lepus.uberspace.de> | 2015-02-18 22:39:38 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-02-18 22:39:38 +0100 |
commit | a3cd6b0cf3e6b05e7058544b8503872ff7ac2881 (patch) | |
tree | 28ca7dc1d3f1590b6cca4a85ed9f2ebf4b6c39b0 /doc/ranger.pod | |
parent | d6098a81a0e62274b0bf975975d2c3a72bdfcbdc (diff) | |
download | ranger-a3cd6b0cf3e6b05e7058544b8503872ff7ac2881.tar.gz |
doc/ranger.1: updated man page to reflect --copy-config changes
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 177cd0f5..6888ee70 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -70,12 +70,19 @@ Change the configuration directory of ranger from ~/.config/ranger to "dir". Create copies of the default configuration files in your local configuration directory. Existing ones will not be overwritten. Possible values: I<all>, -I<commands>, I<rc>, I<rifle>, I<scope>. +I<commands>, I<commands_full>, I<rc>, I<rifle>, I<scope>. Note: You may want to disable loading of the global configuration files by exporting I<RANGER_LOAD_DEFAULT_RC=FALSE> in your environment. See also: B<FILES>, B<ENVIRONMENT> +--copy-config=B<commands> will copy only a small sample configuration file with +a thoroughly commented example. It is recommended to keep this file tidy to +avoid getting defunct commands on ranger upgrades. The full default +commands.py can be copied with --copy-config=B<commands_full>, but that file +will be ignored by ranger and serves only as a reference for making your own +commands. + =item B<--choosefile>=I<targetfile> Allows you to pick a file with ranger. This changes the behavior so that when @@ -1266,6 +1273,11 @@ and settings are defined here. A python module that defines commands which can be used in ranger's console by typing ":" or in the rc.conf file. +=item commands_full.py + +This file is copied by --copy-config=commands_full and serves as a reference +for custom commands. It is entirely ignored by ranger. + =item rifle.conf This is the configuration file for the built-in file launcher called "rifle". |