summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'move-cycle' of https://github.com/PotatoesMaster/rangerhut2015-01-041-0/+5
|\ \
| * | Add a 'cycle' option to directionEmanuel Guevel2014-12-151-0/+5
| | | | | | | | | | | | | | | This allows to loop on a file list, going at the other side of the list when trying to go beyond the boundaries.
* | | doc/ranger.1: added doc for "rename_append"hut2015-01-012-1/+12
| | |
* | | config/rc.conf: make "a" binding use :rename_appendhut2015-01-011-1/+1
| | |
* | | Merge branch 'rename_append' of https://github.com/NoSuck/rangerhut2015-01-011-6/+6
|\ \ \
| * | | renameConsole -> rename_append; added special cases for hidden files and ↵The Flying Rapist2015-01-021-6/+6
|/ / / | | | | | | | | | directories
* | | Merge branch 'master' of https://github.com/aureooms/rangerhut2014-12-282-15/+18
|\ \ \ | |/ / |/| |
| * | add javascript file type to mime.types and rifle.confaureooms2014-12-192-15/+18
|/ /
* | config/commands.py: fixed py3-specific encoding bughut2014-12-141-4/+1
| |
* | rebuilt man pagehut2014-12-111-3/+3
| |
* | Merge branch 'doc-typo' of https://github.com/mathstuf/rangerhut2014-12-111-1/+1
|\ \
| * | doc: match the default configuration for untag mapBen Boeckel2014-12-111-1/+1
|/ / | | | | | | Reported-By: Branislav Blaškovič <bblaskov@redhat.com>
* | HACKING.md: better specification of python versionshut2014-12-111-1/+1
| |
* | update email addresshut2014-12-1159-60/+60
| |
* | Merge branch 'fix-hacking-references' of ↵hut2014-12-114-7/+7
|\ \ | | | | | | | | | https://github.com/threeifbywhiskey/ranger
| * | Fixed references to doc/HACKING (for real)Dorien Snake2014-12-104-4/+4
| | |
| * | Fixed references to doc/HACKINGDorien Snake2014-12-104-7/+7
|/ / | | | | | | | | | | This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to include the one in `setup.py` that was preventing a successful build. Some trailing whitespace was incidentally removed.
* | HACKING.md: clarificationshut2014-12-101-4/+4
| |
* | HACKING.md: typohut2014-12-101-1/+1
| |
* | HACKING.md: use markdown list in "Starting Points" subsectionhut2014-12-101-5/+7
| |
* | use markdown in HACKING.md, update it, fix typoshut2014-12-101-28/+46
| |
* | mv doc/HACKING ./HACKING.mdhut2014-12-101-0/+0
| |
* | config/commands.py: fix bulkrename on OSX 10.8, fixes #136hut2014-12-101-4/+6
| | | | | | | | | | Thanks to Ingo Lindholm for the fix: http://lists.gnu.org/archive/html/ranger-users/2013-09/msg00001.html
* | fix typo in previous commithut2014-12-101-1/+1
| |
* | container.directory: filtering optimizationshut2014-12-101-3/+6
| | | | | | | | local variables have a better access time
* | container.directory: more efficient filteringhut2014-12-101-7/+8
| |
* | container.directory: Fixed :scout -tf, fixes #195hut2014-12-101-0/+3
| | | | | | | | This was a regression from f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82
* | api.commands: sort commands when tabbing in the console, fixes #171hut2014-12-101-1/+1
| |
* | config/commands.py: fix input delay, fixes #181hut2014-12-101-1/+1
| |
* | api.commands: Added attribute Command.quickly_executedhut2014-12-102-1/+8
| | | | | | | | | | This is set to True if the command was executed by cmd.quick() returning True on a line change.
* | api.commands: pass attributes of AliasCommand to actual commandhut2014-12-101-2/+7
| |
* | core.fm: move a signal binding to a more sensible spothut2014-12-091-3/+4
| |
* | recompile manpage, to include :flat and :filter_by_inodehut2014-12-051-0/+13
| |
* | Merge branch 'fix-popen-shell' of https://github.com/amerlyq/rangerhut2014-12-051-0/+4
|\ \
| * | Fixed runner to use system SHELL env in ':shell' commandAmerlyq2014-11-221-0/+4
| | |
* | | update doc/examples/plugin_filter_file.pyhut2014-12-051-8/+10
| | | | | | | | | | | | | | | The filter_by_filetype branch of Milan Svoboda changed the interface to the accept_file function, so this example plugin broke.
* | | Merge branch 'filter_by_filetype' of https://github.com/tex/rangerhut2014-12-053-9/+52
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ranger/config/commands.py
| * | | implement filter_inode_typeMilan Svoboda2014-11-253-9/+51
| |/ /
* | | Merge branch 'flat_command' of https://github.com/tex/rangerhut2014-12-057-48/+72
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/container/fsobject.py ranger/gui/widgets/browsercolumn.py
| * | | add documentation for flat commandMilan Svoboda2014-11-252-2/+12
| | | |
| * | | move self.flat branch out of try blockMilan Svoboda2014-11-231-9/+9
| | | |
| * | | follow symlinks to directories if flat is not -1Milan Svoboda2014-11-221-1/+2
| | | |
| * | | fixes to flat commandMilan Svoboda2014-11-225-44/+57
| |/ /
* | | Merge branch 'linemode'hut2014-12-0512-8/+566
|\ \ \ | |/ / |/| |
| * | doc/ranger.1: document M* keybindingshut2014-12-052-0/+11
| | |
| * | doc/ranger.1: added documentation on linemodes and :paper commandshut2014-12-053-3/+118
| | |
| * | config/commands.py: fix paper_* commandshut2014-12-051-0/+1
| | | | | | | | | | | | | | | It expected paper._paper_console_chain to be set, but it isn't by default...
| * | core.actions: make the hardcoded linemode check more dynamichut2014-12-051-2/+3
| | |
| * | config/commands.py: added :default_linemode commandhut2014-12-053-2/+57
| | |
| * | ext.papermanager: s/pager/paper/hut2014-12-041-4/+4
| | |