summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* container.directory: filtering optimizationshut2014-12-101-3/+6
* container.directory: more efficient filteringhut2014-12-101-7/+8
* container.directory: Fixed :scout -tf, fixes #195hut2014-12-101-0/+3
* 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
* 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
* 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
* | Merge branch 'filter_by_filetype' of https://github.com/tex/rangerhut2014-12-052-9/+44
|\ \
| * | implement filter_inode_typeMilan Svoboda2014-11-252-9/+43
| |/
* | Merge branch 'flat_command' of https://github.com/tex/rangerhut2014-12-056-48/+65
|\ \
| * | add documentation for flat commandMilan Svoboda2014-11-251-2/+5
| * | 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
| |/
* | doc/ranger.1: added documentation on linemodes and :paper commandshut2014-12-051-2/+3
* | config/commands.py: fix paper_* commandshut2014-12-051-0/+1
* | 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
* | ext.papermanager: redraw after using :paper* commandshut2014-12-043-10/+22
* | config/commands.py: in :paper, properly fill in the console lineshut2014-12-041-1/+6
* | change papermanager_deep_search default option to falsehut2014-12-042-2/+2
* | config/commands.py: added :paper commandhut2014-12-041-1/+30
* | core.fm: propagate papermanager_deep_search settinghut2014-12-031-0/+3
* | ext.papermanager: moved and commented a functionhut2014-12-031-11/+12
* | ext.papermanager: added commentshut2014-12-031-4/+11
* | ext.papermanager: implemented writing to .paperinfohut2014-12-032-4/+76
* | ext.papermanager: don't transform pagerinfo.authorshut2014-12-032-2/+5
* | config/commands.py: add papermanager commandshut2014-12-032-0/+50
* | added pagermanager_deep_search optionhut2014-12-033-21/+36
* | reset papermanager cache when resetting fmhut2014-12-031-0/+2
* | ext.papermanager: move pagerinfo file name into variablehut2014-12-031-1/+3
* | widgets.browsercolumn: better drawing of paper infohut2014-12-031-0/+7
* | ext.papermanager: turn result.authors into a listhut2014-12-031-1/+1
* | ext.papermanager: added docstringhut2014-12-031-7/+21
* | added keybindings for changing linemodehut2014-12-031-0/+5
* | rename "title" linemode to "papertitle"hut2014-12-033-4/+4
* | core.actions: map linemode "normal" to "filemode"hut2014-12-031-4/+8
* | properly redrawhut2014-12-031-0/+4
* | implement a paper managerhut2014-12-033-3/+73
* | implement "permissions" linemodehut2014-12-033-10/+17
* | added fsobject.user and fsobject.group lazy_propertieshut2014-12-031-0/+15
* | allow setting a "linemode" for each file/directoryhut2014-12-034-0/+48
|/
* Get default argument for flat command from quantifier.Tony Cebzanov2014-11-111-2/+1
* ext.rifle: typo, thanks to cym13 for pointing it outhut2014-11-101-1/+1
* change the default editor to vimhut2014-11-101-1/+1
* core.actions: Avoid UnicodeDecodeError, fixes #172hut2014-11-021-1/+2