Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge branch 'stable' | hut | 2010-09-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README doc/ranger.1 ranger/__init__.py | |||||
| * | | | | | | | | | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1 | hut | 2010-09-16 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | More intuitive statusbar content | hut | 2010-09-15 | 1 | -6/+10 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Incremented version number to 1.3 (testing) | hut | 2010-09-13 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Beware of low-flying butterflies v1.2.0 | hut | 2010-09-13 | 2 | -2/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ranger.main: no file previews when user == root | hut | 2010-09-13 | 2 | -1/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | fsobject.directory: removed unused attribute | hut | 2010-09-13 | 1 | -2/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | fsobject.file: Don't preview sockets | hut | 2010-09-13 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.commands: Removed "quick" method from :cd | hut | 2010-09-11 | 1 | -12/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Sort settings in ranger/shared/settings.py | hut | 2010-08-30 | 1 | -20/+20 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.keys: key pL to create relative symlinks | hut | 2010-08-29 | 4 | -5/+50 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Tuned versioning scheme to be more intuitive, back to 1.1.2 | hut | 2010-08-28 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Changed version number to 1.2 (testing) to adhere with versioning scheme | hut | 2010-08-28 | 2 | -2/+9 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fixed new history implementation | hut | 2010-08-28 | 4 | -9/+22 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 8 | -11/+14 | |
| | | | | | | | | | ||||||
* | | | | | | | | | cleaned up and fine tuned :find command | hut | 2010-08-28 | 1 | -11/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Integrated new container.history implementation | hut | 2010-08-28 | 2 | -6/+9 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Changed implementation of container.history | hut | 2010-08-28 | 1 | -59/+72 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fixed history | hut | 2010-08-26 | 6 | -27/+37 | |
| | | | | | | | | | ||||||
* | | | | | | | | | widgets.console: removed duplicate import | hut | 2010-08-26 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | widgets.console: removed unused Console.init() method | hut | 2010-08-26 | 1 | -4/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | more documentation updates | hut | 2010-08-26 | 1 | -14/+21 | |
| | | | | | | | | | ||||||
* | | | | | | | | | core.actions: 12? now opens help chapter 1 subchapter 2 | hut | 2010-08-26 | 1 | -2/+16 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Updated documentation for the console | hut | 2010-08-26 | 2 | -138/+61 | |
| | | | | | | | | | ||||||
* | | | | | | | | | widgets/console: Simplified console | hut | 2010-08-26 | 8 | -494/+295 | |
| | | | | | | | | | ||||||
* | | | | | | | | | widgets.console: improved delete_word() | hut | 2010-08-25 | 1 | -8/+9 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.keys: added keys gl and gL to resolve links | hut | 2010-08-25 | 2 | -1/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fixed exception when using %f macros in special cases | hut | 2010-08-16 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes) | hut | 2010-08-13 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | shared.mimetype: look for mimetypes in ~/.mime.types | hut | 2010-08-12 | 1 | -0/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.keys: added keys da, dr, ya, yr + documentation | hut | 2010-07-23 | 3 | -5/+21 | |
| | | | | | | | | | ||||||
* | | | | | | | | | gui.widgets.console: added %<LETTER> and %<N><letter> macros | hut | 2010-07-17 | 2 | -1/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See also: http://lists.nongnu.org/archive/html/ranger-users/2010-07/msg00001.html | |||||
* | | | | | | | | | help.console: typo | hut | 2010-07-17 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.apps: make pager accept ansi color codes | hut | 2010-07-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the :grep command on some OSes | |||||
* | | | | | | | | | Why did the astrophysicist order three hamburgers? v1.1.2 | hut | 2010-07-12 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | defaults.keys: improved "du" keybinding | hut | 2010-07-05 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | 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 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ext.human_readable: fixed | hut | 2010-06-25 | 1 | -5/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ext.human_readable: more efficient implementation | hut | 2010-06-24 | 1 | -19/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus unit tests and benchmark. | |||||
* | | | | | | | | | ranger.main: ranger dir1 dir2 [...] opens multiple tabs | hut | 2010-06-24 | 1 | -7/+6 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | core.actions: Fixed indexerror in move_parent() | hut | 2010-06-20 | 1 | -1/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | version = version + 1 v1.1.1 | hut | 2010-06-18 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Don't write bytecode with --clean switch | hut | 2010-06-18 | 1 | -11/+15 | |
| | | | | | | | | ||||||
* | | | | | | | | main: catch SystemExit and return the exit value | hut | 2010-06-18 | 1 | -0/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | core.runner: added "w" flag (wait for enter after process is done) | hut | 2010-06-18 | 2 | -1/+19 | |
| | | | | | | | | ||||||
* | | | | | | | | core.actions: fixed move_parent() | hut | 2010-06-18 | 1 | -3/+2 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | new stable version v1.1.0 | hut | 2010-06-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | fsobject.file: blacklist /proc/kcore for previewing | hut | 2010-06-09 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | renamed "--fail-if-run" to the more accurate "--fail-unless-cd" | hut | 2010-06-09 | 2 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old name, --fail-if-run, is still valid and working. |