Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed all trailing whitespaces | hut | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 2 | -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' | hut | 2013-01-01 | 2 | -1/+23 |
| | |||||
* | container.settingobject: added setting "update_tmux_title" | hut | 2012-12-10 | 2 | -1/+8 |
| | |||||
* | added setlocal command to handle local settings | Abdó Roig-Maranges | 2012-12-09 | 2 | -2/+15 |
| | |||||
* | config/rc.conf: Added setting "confirm_on_delete" | hut | 2012-12-06 | 2 | -1/+12 |
| | |||||
* | doc/ranger.1: typo | hut | 2012-12-04 | 2 | -2/+2 |
| | |||||
* | doc/ranger.1: add a warning about overwriting hooks | hut | 2012-12-04 | 2 | -4/+10 |
| | |||||
* | updated man page, improved hooks | hut | 2012-12-04 | 2 | -73/+147 |
| | |||||
* | update documentation for commands | hut | 2012-12-04 | 2 | -47/+156 |
| | |||||
* | update documentation for options, plugins and examples | hut | 2012-12-04 | 2 | -168/+124 |
| | |||||
* | Merge branch 'stable' | hut | 2012-08-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: doc/ranger.1 ranger/defaults/apps.py | ||||
| * | ceci n'est pas un nouveau version v1.5.5 | hut | 2012-08-10 | 1 | -2/+2 |
| | | |||||
* | | added the examples from the man page to the examples directory | hut | 2012-08-06 | 1 | -25/+0 |
| | | | | | | | | | | I guess a whole directory for examples scales better than having them in the man page. | ||||
* | | doc/ranger.1: rebuilt man page | hut | 2012-08-02 | 1 | -5/+5 |
| | | |||||
* | | renamed ranger/defaults to ranger/config | hut | 2012-08-02 | 2 | -6/+6 |
| | | |||||
* | | added doc/sxivall.sh | hut | 2012-06-23 | 1 | -0/+25 |
|/ | |||||
* | What kind of idiot invented bugs anyway? v1.5.4 | hut | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | Always remember to bring your towel. v1.5.3 | hut | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Added $RANGER_LEVEL environment variable (see man page) | hut | 2012-03-05 | 2 | -0/+26 |
| | |||||
* | Removed unnecessary spaces | hut | 2012-03-05 | 2 | -3/+3 |
| | |||||
* | ranger.1: fix vim script "RangerChooser" when no file is opened | hut | 2012-02-21 | 2 | -3/+3 |
| | | | | https://savannah.nongnu.org/bugs/?35556 | ||||
* | ranger.1: Added entry for --list-tagged-files | hut | 2012-02-12 | 2 | -0/+9 |
| | |||||
* | core.main: Allow multiple --cmd's, add man page entry for --cmd | hut | 2012-02-12 | 2 | -1/+10 |
| | |||||
* | new :relink command | M Rawash | 2012-01-27 | 2 | -0/+12 |
| | |||||
* | Added doc for TERMCMD and integrated it in commands.py | hut | 2012-01-18 | 1 | -0/+7 |
| | |||||
* | Added documentation for new flags | M Rawash | 2011-12-11 | 2 | -1/+11 |
| | |||||
* | core.main: added --selectfile option | David Pugnasse | 2011-10-24 | 2 | -0/+7 |
| | |||||
* | The hard work of the electrons must be respected. v1.5.2 | hut | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | The hard work of the computer must be respected. v1.5.1 | hut | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Removed duplicate link in man page (a pod2man fuckup) | hut | 2011-10-21 | 1 | -2/+2 |
| | |||||
* | core.actions: added --choosefiles option + doc | hut | 2011-10-21 | 2 | -3/+14 |
| | |||||
* | Rebuild man page | hut | 2011-10-11 | 1 | -2/+2 |
| | |||||
* | fixed some documentation | hut | 2011-10-10 | 2 | -6/+8 |
| | |||||
* | Revert "ranger.1: added doc for --dont-copy-config" | hut | 2011-10-09 | 2 | -7/+9 |
| | | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c. | ||||
* | ranger.__init__, ranger.1: updated rangers description | hut | 2011-10-08 | 2 | -6/+6 |
| | |||||
* | Updated man page | hut | 2011-10-08 | 2 | -24/+12 |
| | |||||
* | ranger.1: added doc for --dont-copy-config | hut | 2011-10-08 | 2 | -9/+7 |
| | |||||
* | Write "ranger" with a lowercase "r" | hut | 2011-10-08 | 2 | -4/+4 |
| | |||||
* | updated manpage and config_examples/rc.conf | hut | 2011-10-08 | 2 | -1/+7 |
| | |||||
* | general updates | hut | 2011-10-08 | 3 | -31/+25 |
| | |||||
* | manpage: update | hut | 2011-10-05 | 2 | -32/+34 |
| | |||||
* | removed doc/TODO; use "make todo" | hut | 2011-10-05 | 1 | -118/+0 |
| | |||||
* | defaults/commands: added cunmap, punmap, tunmap | hut | 2011-10-05 | 2 | -4/+72 |
| | |||||
* | Changed version to 1.5.0 | hut | 2011-10-02 | 1 | -1/+1 |
| | |||||
* | doc/ranger.1: updated manpage | hut | 2011-10-01 | 2 | -73/+123 |
| | |||||
* | Extended rc.conf | hut | 2011-09-30 | 1 | -2/+3 |
| | |||||
* | core.actions: added narg to move_parent | hut | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | doc/TODO: updated | hut | 2011-09-29 | 1 | -15/+14 |
| | |||||
* | doc/ranger.1: added missing documentation | hut | 2011-09-29 | 2 | -12/+256 |
| |