Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into preview | hut | 2010-10-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py | ||||
| * | Incremented version number to 1.3 (testing) | hut | 2010-09-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' into preview | hut | 2010-10-05 | 1 | -6/+35 |
|\ \ | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py | ||||
| * | | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1 | hut | 2010-09-16 | 1 | -1/+1 |
| |/ | |||||
| * | Beware of low-flying butterflies v1.2.0 | hut | 2010-09-13 | 1 | -1/+1 |
| | | |||||
| * | README: Usage Tips section | hut | 2010-09-13 | 1 | -0/+6 |
| | | |||||
| * | README: added ranger starting function example | hut | 2010-09-11 | 1 | -0/+14 |
| | | |||||
| * | Tuned versioning scheme to be more intuitive, back to 1.1.2 | hut | 2010-08-28 | 1 | -2/+2 |
| | | |||||
| * | Changed version number to 1.2 (testing) to adhere with versioning scheme | hut | 2010-08-28 | 1 | -2/+2 |
| | | |||||
| * | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | Why did the astrophysicist order three hamburgers? v1.1.2 | hut | 2010-07-12 | 1 | -1/+1 |
| | | |||||
| * | README: added design goals section | hut | 2010-06-24 | 1 | -0/+9 |
| | | |||||
| * | README: formatting, cleanup | hut | 2010-06-24 | 1 | -4/+4 |
| | | |||||
* | | data/scope.sh: added lynx | hut | 2010-06-22 | 1 | -0/+1 |
| | | |||||
* | | README: added dependencies for scope.sh | hut | 2010-06-22 | 1 | -0/+5 |
|/ | |||||
* | version = version + 1 v1.1.1 | hut | 2010-06-18 | 1 | -2/+2 |
| | |||||
* | new stable version v1.1.0 | hut | 2010-06-09 | 1 | -2/+2 |
| | |||||
* | README: updated | hut | 2010-05-24 | 1 | -6/+18 |
| | |||||
* | README: minor change | hut | 2010-05-15 | 1 | -2/+2 |
| | |||||
* | README: rewrite | hut | 2010-05-15 | 1 | -115/+47 |
| | |||||
* | Fixed bug #65 by adding flag "--fail-if-run" | hut | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | README: Removed finished parts of roadmap | hut | 2010-04-19 | 1 | -2/+0 |
| | |||||
* | README: slightly improved Roadmap | hut | 2010-04-13 | 1 | -1/+2 |
| | |||||
* | README: added Roadmap | hut | 2010-04-13 | 1 | -0/+18 |
| | |||||
* | Fixed suggested cd-after-exit-script for zsh | hut | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | README: updated | hut | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | removed the cd-after-exit hack | hut | 2010-03-29 | 1 | -0/+13 |
| | | | | | | | | | Fear not. You still get the same functionality by using a function like: ranger() { $(which ranger) $@ && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" } | ||||
* | README: Removed the reference to code/keys.rb >_< | hut | 2010-03-29 | 1 | -2/+2 |
| | |||||
* | incremented verison number v1.0.4 | hut | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | README: typo | hut | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | more documentation | hut | 2010-03-12 | 1 | -3/+10 |
| | |||||
* | README: slightly changed introduction | hut | 2010-03-12 | 1 | -3/+3 |
| | |||||
* | README: changed introduction | hut | 2010-03-12 | 1 | -8/+10 |
| | |||||
* | README: updated | hut | 2010-03-12 | 1 | -16/+19 |
| | |||||
* | incremented version number and updated pydoc html files v1.0.3 | hut | 2010-02-16 | 1 | -2/+2 |
| | |||||
* | readme: normalized letter casing in headings | hut | 2010-02-15 | 1 | -2/+2 |
| | |||||
* | updated README | hut | 2010-02-15 | 1 | -29/+40 |
| | |||||
* | made configuration more simple | hut | 2010-01-25 | 1 | -6/+2 |
| | |||||
* | README: corrected bad instructions | hut | 2010-01-24 | 1 | -2/+2 |
| | |||||
* | readme: improved | hut | 2010-01-20 | 1 | -6/+13 |
| | |||||
* | 1.0.2! v1.0.2 | hut | 2010-01-14 | 1 | -2/+2 |
| | |||||
* | readme: added part "customizing ranger" | hut | 2010-01-14 | 1 | -0/+16 |
| | |||||
* | readme: removed ugly sentence | hut | 2010-01-14 | 1 | -3/+1 |
| | |||||
* | new minor version v1.0.1 | hut | 2010-01-02 | 1 | -2/+2 |
| | |||||
* | readme: updated | hut | 2010-01-01 | 1 | -4/+77 |
| | |||||
* | decided to use python from now on | hut | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Initial commit | hut | 2009-11-16 | 1 | -0/+11 |