Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: match the default configuration for untag map | Ben Boeckel | 2014-12-11 | 1 | -1/+1 |
| | | | | Reported-By: Branislav Blaškovič <bblaskov@redhat.com> | ||||
* | HACKING.md: better specification of python versions | hut | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | update email address | hut | 2014-12-11 | 59 | -60/+60 |
| | |||||
* | Merge branch 'fix-hacking-references' of ↵ | hut | 2014-12-11 | 4 | -7/+7 |
|\ | | | | | | | https://github.com/threeifbywhiskey/ranger | ||||
| * | Fixed references to doc/HACKING (for real) | Dorien Snake | 2014-12-10 | 4 | -4/+4 |
| | | |||||
| * | Fixed references to doc/HACKING | Dorien Snake | 2014-12-10 | 4 | -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: clarifications | hut | 2014-12-10 | 1 | -4/+4 |
| | |||||
* | HACKING.md: typo | hut | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | HACKING.md: use markdown list in "Starting Points" subsection | hut | 2014-12-10 | 1 | -5/+7 |
| | |||||
* | use markdown in HACKING.md, update it, fix typos | hut | 2014-12-10 | 1 | -28/+46 |
| | |||||
* | mv doc/HACKING ./HACKING.md | hut | 2014-12-10 | 1 | -0/+0 |
| | |||||
* | config/commands.py: fix bulkrename on OSX 10.8, fixes #136 | hut | 2014-12-10 | 1 | -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 commit | hut | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | container.directory: filtering optimizations | hut | 2014-12-10 | 1 | -3/+6 |
| | | | | local variables have a better access time | ||||
* | container.directory: more efficient filtering | hut | 2014-12-10 | 1 | -7/+8 |
| | |||||
* | container.directory: Fixed :scout -tf, fixes #195 | hut | 2014-12-10 | 1 | -0/+3 |
| | | | | This was a regression from f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82 | ||||
* | api.commands: sort commands when tabbing in the console, fixes #171 | hut | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | config/commands.py: fix input delay, fixes #181 | hut | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | api.commands: Added attribute Command.quickly_executed | hut | 2014-12-10 | 2 | -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 command | hut | 2014-12-10 | 1 | -2/+7 |
| | |||||
* | core.fm: move a signal binding to a more sensible spot | hut | 2014-12-09 | 1 | -3/+4 |
| | |||||
* | recompile manpage, to include :flat and :filter_by_inode | hut | 2014-12-05 | 1 | -0/+13 |
| | |||||
* | Merge branch 'fix-popen-shell' of https://github.com/amerlyq/ranger | hut | 2014-12-05 | 1 | -0/+4 |
|\ | |||||
| * | Fixed runner to use system SHELL env in ':shell' command | Amerlyq | 2014-11-22 | 1 | -0/+4 |
| | | |||||
* | | update doc/examples/plugin_filter_file.py | hut | 2014-12-05 | 1 | -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/ranger | hut | 2014-12-05 | 3 | -9/+52 |
|\ \ | | | | | | | | | | | | | Conflicts: ranger/config/commands.py | ||||
| * | | implement filter_inode_type | Milan Svoboda | 2014-11-25 | 3 | -9/+51 |
| |/ | |||||
* | | Merge branch 'flat_command' of https://github.com/tex/ranger | hut | 2014-12-05 | 7 | -48/+72 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: ranger/container/fsobject.py ranger/gui/widgets/browsercolumn.py | ||||
| * | | add documentation for flat command | Milan Svoboda | 2014-11-25 | 2 | -2/+12 |
| | | | |||||
| * | | move self.flat branch out of try block | Milan Svoboda | 2014-11-23 | 1 | -9/+9 |
| | | | |||||
| * | | follow symlinks to directories if flat is not -1 | Milan Svoboda | 2014-11-22 | 1 | -1/+2 |
| | | | |||||
| * | | 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 |
| | |