Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fixes to flat command | Milan Svoboda | 2014-11-22 | 5 | -44/+57 | |
| |/ / | ||||||
* | | | Merge branch 'linemode' | hut | 2014-12-05 | 12 | -8/+566 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | doc/ranger.1: document M* keybindings | hut | 2014-12-05 | 2 | -0/+11 | |
| | | | ||||||
| * | | doc/ranger.1: added documentation on linemodes and :paper commands | hut | 2014-12-05 | 3 | -3/+118 | |
| | | | ||||||
| * | | config/commands.py: fix paper_* commands | hut | 2014-12-05 | 1 | -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 dynamic | hut | 2014-12-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | config/commands.py: added :default_linemode command | hut | 2014-12-05 | 3 | -2/+57 | |
| | | | ||||||
| * | | ext.papermanager: s/pager/paper/ | hut | 2014-12-04 | 1 | -4/+4 | |
| | | | ||||||
| * | | ext.papermanager: redraw after using :paper* commands | hut | 2014-12-04 | 3 | -10/+22 | |
| | | | ||||||
| * | | config/commands.py: in :paper, properly fill in the console lines | hut | 2014-12-04 | 1 | -1/+6 | |
| | | | ||||||
| * | | change papermanager_deep_search default option to false | hut | 2014-12-04 | 2 | -2/+2 | |
| | | | ||||||
| * | | config/commands.py: added :paper command | hut | 2014-12-04 | 1 | -1/+30 | |
| | | | | | | | | | | | | | | | | | | This uses a hacky workaround for command chaining using global varibales which should be turned into proper OOP code at some point. I don't have the time to redesign ranger/gui/widgets/console.py at this point. | |||||
| * | | core.fm: propagate papermanager_deep_search setting | hut | 2014-12-03 | 1 | -0/+3 | |
| | | | ||||||
| * | | ext.papermanager: moved and commented a function | hut | 2014-12-03 | 1 | -11/+12 | |
| | | | ||||||
| * | | ext.papermanager: added comments | hut | 2014-12-03 | 1 | -4/+11 | |
| | | | ||||||
| * | | ext.papermanager: implemented writing to .paperinfo | hut | 2014-12-03 | 2 | -4/+76 | |
| | | | ||||||
| * | | ext.papermanager: don't transform pagerinfo.authors | hut | 2014-12-03 | 2 | -2/+5 | |
| | | | ||||||
| * | | config/commands.py: add papermanager commands | hut | 2014-12-03 | 2 | -0/+50 | |
| | | | ||||||
| * | | added pagermanager_deep_search option | hut | 2014-12-03 | 3 | -21/+36 | |
| | | | ||||||
| * | | reset papermanager cache when resetting fm | hut | 2014-12-03 | 1 | -0/+2 | |
| | | | ||||||
| * | | ext.papermanager: move pagerinfo file name into variable | hut | 2014-12-03 | 1 | -1/+3 | |
| | | | ||||||
| * | | widgets.browsercolumn: better drawing of paper info | hut | 2014-12-03 | 1 | -0/+7 | |
| | | | ||||||
| * | | ext.papermanager: turn result.authors into a list | hut | 2014-12-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | ext.papermanager: added docstring | hut | 2014-12-03 | 1 | -7/+21 | |
| | | | ||||||
| * | | added keybindings for changing linemode | hut | 2014-12-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | rename "title" linemode to "papertitle" | hut | 2014-12-03 | 3 | -4/+4 | |
| | | | ||||||
| * | | core.actions: map linemode "normal" to "filemode" | hut | 2014-12-03 | 1 | -4/+8 | |
| | | | ||||||
| * | | properly redraw | hut | 2014-12-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | implement a paper manager | hut | 2014-12-03 | 3 | -3/+73 | |
| | | | ||||||
| * | | implement "permissions" linemode | hut | 2014-12-03 | 3 | -10/+17 | |
| | | | ||||||
| * | | added fsobject.user and fsobject.group lazy_properties | hut | 2014-12-03 | 1 | -0/+15 | |
| | | | ||||||
| * | | allow setting a "linemode" for each file/directory | hut | 2014-12-03 | 4 | -0/+48 | |
|/ / | ||||||
* | | Get default argument for flat command from quantifier. | Tony Cebzanov | 2014-11-11 | 1 | -2/+1 | |
| | | ||||||
* | | ext.rifle: typo, thanks to cym13 for pointing it out | hut | 2014-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | change the default editor to vim | hut | 2014-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | mv doc/release-checklist.txt doc/howto-publish-a-release.txt | hut | 2014-11-02 | 1 | -0/+0 | |
| | | ||||||
* | | core.actions: Avoid UnicodeDecodeError, fixes #172 | hut | 2014-11-02 | 1 | -1/+2 | |
| | | | | | | | | Thanks to cym13 and GermainZ for looking into this | |||||
* | | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2014-11-01 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | mark vcs outdated on file creation and edit | nfnty | 2014-10-31 | 1 | -0/+2 | |
| | | | ||||||
* | | | implement flat command | Milan Svoboda | 2014-11-01 | 4 | -16/+70 | |
| | | | ||||||
* | | | .gitignore: added "build" | hut | 2014-10-31 | 1 | -0/+1 | |
|/ / | | | | | | | per request of nfnty | |||||
* | | added option "idle_delay" | hut | 2014-10-31 | 5 | -2/+21 | |
| | | | | | | | | per request of nfnty | |||||
* | | Merge branch 'map-should-check-args-count' of ↵ | hut | 2014-10-26 | 1 | -0/+3 | |
|\ \ | | | | | | | | | | https://github.com/m-novikov/ranger | |||||
| * | | Fixes #165 Map command should validate args count | Maxim Novikov | 2014-10-26 | 1 | -0/+3 | |
| | | | ||||||
* | | | core.actions: fixed _MacroTemplate.idpattern | hut | 2014-10-26 | 1 | -0/+1 | |
|/ / | | | | | | | | | Thanks to trupanka for pointing out the problem at https://github.com/hut/ranger/issues/175 | |||||
* | | Merge remote-tracking branch 'klinke/CR_scout_fix' | hut | 2014-10-23 | 1 | -1/+4 | |
|\ \ | ||||||
| * | | fixed indentation width | Klinkenstecker | 2014-10-22 | 1 | -5/+5 | |
| | | | ||||||
| * | | pressing <CR> directly after scout -ek doesn't delete the complete | Klinke600 | 2014-10-01 | 1 | -2/+5 | |
| | | | | | | | | | | | | console line anymore | |||||
* | | | Merge branch 'master' of https://github.com/tannhuber/ranger | hut | 2014-10-21 | 1 | -0/+132 | |
|\ \ \ | ||||||
| * | | | Solarized colorscheme added. | Joseph Tannhuber | 2014-05-11 | 1 | -0/+132 | |
| | | | |