summary refs log tree commit diff stats
path: root/ranger/api
Commit message (Expand)AuthorAgeFilesLines
* commands.py: Pass number to tab()nfnty2015-11-171-3/+7
* api/commands.py: Fix the doc extraction from the Actions class methodsWojciech Siewierski2015-10-061-1/+1
* api.commands: removed alias() and DELETE_WARNINGhut2015-04-141-3/+0
* Neater copyright headerhut2015-03-193-4/+7
* ranger.api: added docstring to register_linemodehut2015-03-181-0/+1
* renamed `ranger.api.custom_linemode` back to `...register_linemode`hut2015-03-181-1/+1
* the register_linemode function reimplemented as a decoratorWojciech Siewierski2015-03-181-4/+3
* further linemode refactoringWojciech Siewierski2015-02-221-0/+8
* update email addresshut2014-12-112-2/+2
* api.commands: sort commands when tabbing in the console, fixes #171hut2014-12-101-1/+1
* api.commands: Added attribute Command.quickly_executedhut2014-12-101-0/+2
* api.commands: pass attributes of AliasCommand to actual commandhut2014-12-101-2/+7
* api.commands: improved tab-completion of :rename and othershut2013-10-251-7/+26
* Changed email address in source codehut2013-08-082-2/+2
* api.commands: make SETTINGS_RE privatehut2013-03-121-2/+2
* api.commands: fix quick/tab/cancel for aliased commandshut2013-02-251-1/+14
* api.commands: added parse_flags()hut2013-02-251-0/+37
* Fix docstrings to comply with the PEP8hut2013-02-221-5/+5
* updated copyright noticeshut2013-02-222-2/+2
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-222-2/+2
* api.commands: make DELETE_WARNING deprecatedhut2013-02-181-1/+1
* Revert "api.commands: add updated_line handler"hut2013-02-151-1/+0
* api.commands: add updated_line handlerhut2013-02-131-0/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-102-335/+335
* added tab completion for open_withhut2013-02-051-0/+11
* api.commands: removed unneeded statement in shift()hut2012-12-091-1/+0
* api.commands: fix "alias" command to work with extra argumentshut2012-12-091-1/+1
* added setlocal command to handle local settingsAbdó Roig-Maranges2012-12-091-0/+2
* updated man page, improved hookshut2012-12-041-2/+26
* Replaced core.environment with core.tabhut2012-08-051-2/+2
* api.options is now obsolete (but kept for compatibility)hut2012-08-021-0/+1
* Extended aliasesjoe2012-06-071-2/+16
* removed code of old file-opener systemhut2012-03-161-168/+0
* shorten all copyright messages for better readabilityhut2012-03-143-39/+3
* api.commands: Fix slashes in _tab_directory_content()hut2012-01-261-2/+4
* api.commands: added a TODO entryhut2011-10-301-0/+2
* api.apps: Fix handling of single-string return valueshut2011-10-291-1/+1
* api.commands: Fixed Commands.rest()hut2011-10-191-2/+2
* Updated copyright headershut2011-10-103-3/+3
* api.commands: finished merging ext.command_parser into apihut2011-10-101-15/+26
* core.actions: Don't shell-escape macros for non-shell commandshut2011-10-101-0/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-3/+3
* api.apps: added test whether X runs or not.hut2011-10-091-2/+12
* core.actions: added dump_settings and dump_commandshut2011-10-081-6/+11
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
* api.apps: fix bug with undefined appshut2011-10-051-1/+1
* Makefile: added "make todo" and added some notes in codehut2011-10-051-0/+1
* defaults.commands: added alias command, overhauled alias systemhut2011-10-031-10/+5
* api.apps: fixed error messagehut2011-10-021-0/+2
* api.apps: removed the need to use tup() in app definitionshut2011-10-022-7/+22