about summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* core.main: added --selectfile optionDavid Pugnasse2011-10-242-0/+7
|
* The hard work of the electrons must be respected. v1.5.2hut2011-10-241-1/+1
|
* The hard work of the computer must be respected. v1.5.1hut2011-10-241-1/+1
|
* Removed duplicate link in man page (a pod2man fuckup)hut2011-10-211-2/+2
|
* core.actions: added --choosefiles option + dochut2011-10-212-3/+14
|
* Rebuild man pagehut2011-10-111-2/+2
|
* fixed some documentationhut2011-10-102-6/+8
|
* Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-092-7/+9
| | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-082-6/+6
|
* Updated man pagehut2011-10-082-24/+12
|
* ranger.1: added doc for --dont-copy-confighut2011-10-082-9/+7
|
* Write "ranger" with a lowercase "r"hut2011-10-082-4/+4
|
* updated manpage and config_examples/rc.confhut2011-10-082-1/+7
|