Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent garbage-collecting used directories | hut | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Cosmetic changes | hut | 2010-10-10 | 1 | -1/+0 |
| | |||||
* | core.actions: Minor bug in move_parent() | hut | 2010-10-10 | 1 | -0/+2 |
| | | | | | Unwanted horizontal wrapping when all items in the parent directory are directories and you're moving below an index of 0. | ||||
* | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1 | hut | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | defaults.keys: key pL to create relative symlinks | hut | 2010-08-29 | 1 | -2/+6 |
| | |||||
* | Fixed new history implementation | hut | 2010-08-28 | 1 | -2/+2 |
| | |||||
* | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed history | hut | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | core.actions: 12? now opens help chapter 1 subchapter 2 | hut | 2010-08-26 | 1 | -2/+16 |
| | |||||
* | widgets/console: Simplified console | hut | 2010-08-26 | 1 | -7/+79 |
| | |||||
* | defaults.keys: added keys da, dr, ya, yr + documentation | hut | 2010-07-23 | 1 | -5/+11 |
| | |||||
* | core.actions: added "execute_console" | hut | 2010-07-03 | 1 | -0/+6 |
| | |||||
* | Fixed default keyword argument value "mode" for fm.open_console | hut | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | core.actions: Fixed indexerror in move_parent() | hut | 2010-06-20 | 1 | -1/+4 |
| | |||||
* | core.runner: added "w" flag (wait for enter after process is done) | hut | 2010-06-18 | 1 | -1/+18 |
| | |||||
* | core.actions: fixed move_parent() | hut | 2010-06-18 | 1 | -3/+2 |
| | |||||
* | Fixed some docstrings | hut | 2010-06-09 | 1 | -2/+2 |
| | |||||
* | defaults.keys: added key ^V for marking files in a specific direction | hut | 2010-05-26 | 1 | -0/+10 |
| | |||||
* | core.actions: shortened some code | hut | 2010-05-26 | 1 | -2/+2 |
| | |||||
* | core.actions: Fixed bug where you can't use "h" to leave a loading dir | hut | 2010-05-15 | 1 | -22/+18 |
| | |||||
* | core/environment: removed useless code | hut | 2010-05-14 | 1 | -4/+0 |
| | |||||
* | cleanups | hut | 2010-05-05 | 2 | -7/+3 |
| | |||||
* | core.actions: implemented "move_parent", improve this later! | hut | 2010-04-26 | 1 | -0/+5 |
| | |||||
* | Move loader.py from ranger.fsobject to ranger.core | hut | 2010-04-20 | 3 | -2/+129 |
| | |||||
* | Clean up | hut | 2010-04-19 | 2 | -6/+4 |
| | | | | | Mostly remove unused imports and move imports from functions to the module level | ||||
* | core.actions: abstracted searching strings in filenames | hut | 2010-04-19 | 1 | -0/+7 |
| | |||||
* | ranger.main: Added compatibility warning | hut | 2010-04-18 | 1 | -0/+1 |
| | |||||
* | removed code for backwards compatibilty | hut | 2010-04-18 | 1 | -36/+0 |
| | |||||
* | Rename context "general" to "browser" for less ambiguity | hut | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into devel | hut | 2010-04-18 | 2 | -6/+9 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py | ||||
| * | main: added load_settings(). Store apps/keys in fm now. | hut | 2010-04-18 | 1 | -6/+5 |
| | | | | | | | | Also, commands are now loaded from ~/.ranger/commands.py if available | ||||
| * | fsobject: lazy calculation of infostring | hut | 2010-04-16 | 1 | -0/+4 |
| | | |||||
* | | core.actions: avoid exception | hut | 2010-04-16 | 1 | -3/+7 |
| | | |||||
* | | core.actions.hint(): relocation, more abstraction | hut | 2010-04-16 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into devel | hut | 2010-04-16 | 1 | -2/+2 |
|\ \ | |||||
| * | | widgets.console: added "prompt" keyword argument for console.open() | hut | 2010-04-15 | 1 | -2/+2 |
| | | | |||||
* | | | core.actions: fix hints | hut | 2010-04-16 | 1 | -1/+3 |
|/ / | |||||
* | | Merge branch 'newkey' into devel | hut | 2010-04-14 | 3 | -24/+41 |
|\ \ | |||||
| * | | dirarg: improved | hut | 2010-04-14 | 1 | -6/+6 |
| | | | |||||
| * | | dirarg: cleanup | hut | 2010-04-14 | 1 | -4/+1 |
| | | | |||||
| * | | dirarg: fully functioning now | hut | 2010-04-14 | 1 | -13/+18 |
| | | | |||||
| * | | Merge branch 'newkey' into dirarg | hut | 2010-04-14 | 2 | -6/+0 |
| |\ \ | |||||
| | * \ | Merge branch 'devel' into newkey | hut | 2010-04-14 | 2 | -6/+0 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py ranger/defaults/keys.py ranger/gui/widgets/console.py | ||||
| * | | | | dirarg: tmp | hut | 2010-04-13 | 1 | -8/+9 |
| | | | | | |||||
| * | | | | dirarg: added unit test and almost working implementaiton | hut | 2010-04-13 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Started implementing dirarg | hut | 2010-04-13 | 1 | -5/+11 |
| |/ / / | |||||
| * | | | Don't use tab 0 by default | hut | 2010-04-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into newkey | hut | 2010-04-12 | 2 | -4/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py ranger/gui/widgets/console.py | ||||
| * \ \ \ | Merge branch 'devel' into newkey | hut | 2010-04-08 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py | ||||
| * | | | | | more keys, fixed hint | hut | 2010-04-07 | 1 | -0/+1 |
| | | | | | |