about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* | core.fm: moved attributes of core.action to core.fm for clarityhut2012-08-052-7/+8
* | core.environment: removed unused functionshut2012-08-051-14/+0
* | core.helper: moved functions to ranger and ranger.core.mainhut2012-08-022-176/+148
* | core.fm: stick to line length limithut2012-08-021-2/+4
* | renamed ranger/defaults to ranger/confighut2012-08-024-10/+10
* | core.helper: more useful --version outputhut2012-06-161-3/+2
* | ext.rifle: Fix passing flags from actions.py to rifle.pyhut2012-04-131-2/+2
* | core.loader: added pause()hut2012-04-023-5/+39
* | core.actions: fixed dump_{commands,keybindings,settings}hut2012-04-021-3/+6
* | core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-04-021-0/+2
* | core.{fm,helper,main}: replace "from X import *" lineshut2012-03-263-8/+5
* | core.main: fixed rifle interfacehut2012-03-231-1/+1
* | core.actions: fix listing of rifle commandshut2012-03-211-1/+1
* | core.actions: fixed some of the rifle codehut2012-03-211-3/+7
* | core.main: improved rifle compatibilityhut2012-03-191-1/+1
* | core.runner: updated ALLOWED_FLAGS, added commenthut2012-03-191-1/+3
* | ext.rifle: polishinghut2012-03-191-8/+6
* | ext.rifle: added hooks, fixed bugs.hut2012-03-182-2/+4
* | removed code of old file-opener systemhut2012-03-164-43/+11
* | implemented "rifle", a new file launcherhut2012-03-162-7/+32
* | shorten all copyright messages for better readabilityhut2012-03-148-104/+8
|/
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+7
* Feature: pasting hardlinked treesSerge Broslavsky2012-02-141-2/+24
* core.main: fixed crash when using ranger as file openerhut2012-02-121-1/+2
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-122-3/+5
* Add --cmd=COMMAND command line optionDavid Bengoa2012-02-122-0/+6
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-1/+3
* core.main: pipe the profiler stream to stderrhut2012-01-111-4/+2
* added --profile optionhut2012-01-112-1/+32
* widgets.statusbar: Include marked directory sizes in statusbar summaryhut2012-01-041-0/+1
* core.fm: Added todo-entry and some fail-safe stuffhut2011-12-192-1/+6
* core/runner.py: removed the 'a' flag from ALLOWED_FLAGSM Rawash2011-12-191-3/+3
* core/runner.py: allow combination of 'r' and 'd' flagsM Rawash2011-12-191-2/+3
* Merge https://github.com/gwash/rangerhut2011-12-171-2/+26
|\
| * core/runner.py: got rid of the 'a' flagM Rawash2011-12-071-9/+2
| * Added new flags 'a', 'r' and 't'M Rawash2011-12-051-4/+35
* | core.loader: fix bug with chardet modulehut2011-12-101-1/+1
|/
* core.actions: only choosefile when pressing l/enterhut2011-11-231-7/+8
* core.actions: Disable visual mode when opening consolehut2011-11-151-1/+2
* Disable visual mode when typing "v"hut2011-11-091-0/+2
* core.actions: implement visual modehut2011-10-311-8/+69
* core.actions: paste_symlink() doesn't fail if file existshut2011-10-301-3/+7
* Added option "init_function"hut2011-10-301-0/+3
* Added signals runner.execute.{before,after}hut2011-10-301-0/+6
* core.runner: added "fm" attribute to Context, as documentedhut2011-10-302-3/+4
* core.main: fix --selectfile with relative pathsDavid Pugnasse2011-10-252-6/+3
* core.main: added --selectfile optionDavid Pugnasse2011-10-243-2/+14
* core.actions: Added comment about possible bughut2011-10-241-0/+3
* Added constant ranger.STABLE to indicate stable versionshut2011-10-231-1/+2
* New key "dc" to get cumulative size of selected directorieshut2011-10-221-0/+5