summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Adds config settings and documentation for the vcs featureAbdo Roig-Maranges2013-02-121-0/+9
| | | | |
* | | | | Fire in the Hole! v1.6.0hut2013-02-221-1/+1
| |_|_|/ |/| | |
* | | | core.main: added RANGER_LOAD_DEFAULT_RC environment variablehut2013-02-222-0/+11
| | | | | | | | | | | | | | | | | | | | this fixes the problem that examples/plugin_skip_default_rc doesn't work, because plugins are loaded after the rc.conf.
* | | | doc/ranger.1: update ENVIRONMENT sectionhut2013-02-222-8/+4
| | | |
* | | | doc/ranger.1: typohut2013-02-222-2/+2
| | | |
* | | | update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
| | | |
* | | | doc/ranger.1: added chmod key bindings to man pagehut2013-02-222-0/+9
| | | |
* | | | doc/ranger.1: remove midnight commander bindings from man pagehut2013-02-222-64/+0
| | | | | | | | | | | | | | | | They are redundant. The user can always look them up in the rc.conf.
* | | | doc/ranger.1: update KEY BINDINGS sectionhut2013-02-222-21/+52
| | | |
* | | | doc/ranger.1: updated the CONCEPTS sectionhut2013-02-222-3/+27
| |_|/ |/| |
* | | doc/rifle.1: added whitespace at exampleshut2013-02-183-9/+28
| | |
* | | doc/rifle.1: Added man page for riflehut2013-02-183-0/+338
| |/ |/|
* | README: removed bash dependencyhut2013-02-182-2/+2
| |
* | ranger.1: update list of ranger optionshut2013-02-182-17/+37
| |
* | ranger.1: added missing docs of settingshut2013-02-182-2/+18
| |
* | ranger.__init__: change [path/filename] to [path] in USAGEhut2013-02-182-2/+2
| | | | | | | | | | this indicates that ranger should not be used as a file launcher anymore, since it now ships with the standalone program `rifle'.
* | ranger.1: update doc of :open_withhut2013-02-182-6/+4
| |
* | doc/ranger.1: update doc of :chmod, :delete, :find, :save_copy_bufferhut2013-02-182-26/+20
| |
* | doc/ranger.1: fully removed --mode and --flags from man pagehut2013-02-171-9/+0
| |
* | doc/ranger.1: added :travel to man pagehut2013-02-172-0/+17
| |
* | core.main: made --mode and --flag deprecatedhut2013-02-172-15/+2
| | | | | | | | Again, use rifle as a file launcher instead
* | core.main: made --fail-unless-cd deprecatedhut2013-02-172-12/+3
| | | | | | | | Instead of launching ranger for opening files, simply use rifle.
* | doc/HACKING: removed reference to ranger/core/environment.pyhut2013-02-161-1/+0
|/
* removed all trailing whitespaceshut2013-02-101-1/+1
|
* replaced tabs with 4 spaces in all python fileshut2013-02-102-13/+13
| | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile.
* config/commands: Added commands 'mark_tag' and 'unmark_tag'hut2013-01-012-1/+23
|
* container.settingobject: added setting "update_tmux_title"hut2012-12-102-1/+8
|
* added setlocal command to handle local settingsAbdó Roig-Maranges2012-12-092-2/+15
|
* config/rc.conf: Added setting "confirm_on_delete"hut2012-12-062-1/+12
|
* doc/ranger.1: typohut2012-12-042-2/+2
|
* doc/ranger.1: add a warning about overwriting hookshut2012-12-042-4/+10
|
* updated man page, improved hookshut2012-12-042-73/+147
|
* update documentation for commandshut2012-12-042-47/+156
|
* update documentation for options, plugins and exampleshut2012-12-042-168/+124
|
* Merge branch 'stable'hut2012-08-101-1/+1
|\ | | | | | | | | | | Conflicts: doc/ranger.1 ranger/defaults/apps.py
| * ceci n'est pas un nouveau version v1.5.5hut2012-08-101-2/+2
| |
* | added the examples from the man page to the examples directoryhut2012-08-061-25/+0
| | | | | | | | | | I guess a whole directory for examples scales better than having them in the man page.
* | doc/ranger.1: rebuilt man pagehut2012-08-021-5/+5
| |
* | renamed ranger/defaults to ranger/confighut2012-08-022-6/+6
| |
* | added doc/sxivall.shhut2012-06-231-0/+25
|/
* What kind of idiot invented bugs anyway? v1.5.4hut2012-05-031-2/+2
|
* Always remember to bring your towel. v1.5.3hut2012-03-051-1/+1
|
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-052-0/+26
|
* Removed unnecessary spaceshut2012-03-052-3/+3
|
* ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-212-3/+3
| | | | https://savannah.nongnu.org/bugs/?35556
* ranger.1: Added entry for --list-tagged-fileshut2012-02-122-0/+9
|
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-122-1/+10
|
* new :relink commandM Rawash2012-01-272-0/+12
|
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-0/+7
|
* Added documentation for new flagsM Rawash2011-12-112-1/+11
|