summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | core.{fm,helper,main}: replace "from X import *" lineshut2012-03-263-8/+5
| |
* | core.main: fixed rifle interfacehut2012-03-231-1/+1
| | | | | | | | thanks to taylorchu for reporting this
* | 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
| | | | | | | | | | | | ranger/ext/rifle.py is a standalone program that works without ranger. The configuration is not in python anymore, thus is easier to understand, modify and parse.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | This feature is useful when there is a need to create a directory tree, which is similar to an existing one while keeping all the files in this new tree hardlinked to those existing ones. Such functionality might be useful when rearranging a huge directory tree (or a set of directory trees) into some new layout. This operation is done synchronously (i.e. it doesn't use CommandLoader to put the ongoing operation into the task queue). Target end of the operation is handled the following way: 1. If target directory with the same name exists - it gets used. 2. If target folder does not exist - it is created with the same mode bits as corresponding source one. 3. If target file with the same name exists and is a hardlink of the source file already - it is getting left as it is. If it's not a hardlink of the source file - a new hardlink is created in a form of <original>_, <original>_1, ..., etc. 4. If target file does not exist - a hardlink is created.
* 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
|
* core.actions: added --choosefiles option + dochut2011-10-212-0/+10
|
* core.fm: Fixed zombie invasionshut2011-10-182-0/+9
|
* core.actions: added fm.select_file()hut2011-10-171-0/+5
|
* core.actions: typohut2011-10-161-1/+1
|
* core.actions: Safer _get_macros()hut2011-10-161-10/+29
|
* ext.keybinding_parser: Prettier key_to_string()hut2011-10-111-2/+2
|
* core.actions: Pretty list of undocumented commandshut2011-10-111-2/+8
|
* Updated copyright headershut2011-10-108-8/+8
| | | | As much as I hate this, it has to be done
* container.__init__: removed import shortcutshut2011-10-102-2/+2
|
* core.fm: removed old codehut2011-10-101-6/+0
|