Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small simplification of ranger.py | hut | 2010-09-29 | 1 | -3/+2 |
| | |||||
* | Don't write any bytecode with --clean option | hut | 2010-09-29 | 1 | -0/+10 |
| | |||||
* | ranger.py: Return 0 on success in embedded script | hut | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | simplify ranger.py | hut | 2010-09-22 | 1 | -25/+11 |
| | |||||
* | ranger.py Fixed embedded shellscript (quotes for bash) | hut | 2010-09-11 | 1 | -2/+2 |
| | |||||
* | ranger.py: fixed escape in embedded shellscript | hut | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 1 | -1/+5 |
| | |||||
* | main: catch SystemExit and return the exit value | hut | 2010-06-18 | 1 | -2/+3 |
| | |||||
* | renamed "--fail-if-run" to the more accurate "--fail-unless-cd" | hut | 2010-06-09 | 1 | -1/+1 |
| | | | | The old name, --fail-if-run, is still valid and working. | ||||
* | Reverted hashbang for ranger.py. | hut | 2010-06-09 | 1 | -1/+1 |
| | | | | | It causes an error here: /usr/bin/env: python -O: No such file or directory | ||||
* | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | Run python with flag "-O" by default | hut | 2010-05-10 | 1 | -1/+1 |
| | | | | | This will discard assert statements which are unnecessary for end users. | ||||
* | Fixed bug #65 by adding flag "--fail-if-run" | hut | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | ranger.py: removed whitespace | hut | 2010-04-12 | 1 | -4/+0 |
| | |||||
* | reverted a part of 45cf5174. Allow "source ranger ranger" again | hut | 2010-04-01 | 1 | -8/+7 |
| | | | | This is OK since it comes at almost no cost | ||||
* | removed the cd-after-exit hack | hut | 2010-03-29 | 1 | -13/+8 |
| | | | | | | | | | Fear not. You still get the same functionality by using a function like: ranger() { $(which ranger) $@ && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" } | ||||
* | ranger.__init__: don't implicitly import ranger.__main__ | hut | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Changed license to the GNU General Public License | hut | 2010-02-28 | 1 | -12/+14 |
| | |||||
* | ranger.py: fixed cd-after-exit with spaces in directory | hut | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | ranger.py: removed unnecessary code | hut | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | ranger.py: reverted cd-after-exit to the old way | hut | 2010-02-14 | 1 | -10/+1 |
| | /+10 | |||||
| | |||||
* | started to implement colorschemes | hut | 2009-11-29 | 1 | -6/+11 |
| | |||||
* | restructuration | hut | 2009-11-28 | 1 | -33/+33 |
| | |||||
* | embedded wrapper.sh into ranger.py | hut | 2009-11-27 | 1 | -0/+12 |
| | |||||
* | cd-after-exit | hut | 2009-11-27 | 1 | -4/+17 |
| | |||||
* | general improvement | hut | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | more VROOM | hut | 2009-11-27 | 1 | -0/+38 |