Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | README: polished, removed INSTALL | hut | 2011-10-05 | 1 | -5/+2 |
| | |||||
* | ranger.py: made the argument optional in embedded bash script | hut | 2011-10-04 | 1 | -15/+16 |
| | |||||
* | Fixed minor issue in ranger.py | hut | 2011-10-01 | 1 | -3/+3 |
| | |||||
* | another correction of the bash wrapper scripts | hut | 2011-09-28 | 1 | -1/+2 |
| | |||||
* | shortened ranger.py | hut | 2011-09-28 | 1 | -6/+3 |
| | |||||
* | sanitized bash wrapper scripts, reformulated BUGS section in manual | hut | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | minor optimization in ranger.py | hut | 2011-09-28 | 1 | -6/+1 |
| | |||||
* | improved bash wrappers in ranger.py and man page | hut | 2011-09-28 | 1 | -5/+7 |
| | |||||
* | ranger.py: More reliable check for whether ./ranger.py is started | hut | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | ranger.py: minor change, more general exception handling | hut | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | improved ranger.py | hut | 2011-04-05 | 1 | -2/+10 |
| | |||||
* | Polished ranger.py | hut | 2010-10-16 | 1 | -3/+3 |
| | |||||
* | 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 |
| | | | | | | | | This breaks cd-after-exit after Ctrl+C again, but enables compatibility with zsh which I prefer over the former. If you only use bash, you can safely revert this commit unless future changes make it break. | ||||
* | ranger.py: more simple '--debug' flag check | hut | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | ranger.py: improved handling of bad import | hut | 2010-01-26 | 1 | -1/+2 |
| | |||||
* | ranger.py: more fixes | hut | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | ranger.py: cleanup/fix | hut | 2010-01-11 | 1 | -9/+8 |
| | |||||
* | fixed #31, cd-after-exit works even after pressing ^C | hut | 2010-01-11 | 1 | -1/+12 |
| | |||||
* | added license information | hut | 2010-01-08 | 1 | -3/+17 |
| | |||||
* | F1 key (inside console) for viewing information about the command | hut | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | shorten comment in ranger.py | hut | 2009-12-26 | 1 | -11/+5 |
| | |||||
* | implemented OpenConsole | hut | 2009-12-25 | 1 | -2/+2 |
| | |||||
* | random updates | hut | 2009-12-25 | 1 | -3/+16 |
| | |||||
* | tons of stuff | hut | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | merged main with __init__ | hut | 2009-12-12 | 1 | -1/+1 |
| | |||||
* | restructurations | hut | 2009-12-11 | 1 | -2/+4 |
| | |||||
* | changing implementation of options | hut | 2009-12-06 | 1 | -3/+6 |
| | |||||
* | structural improvements | hut | 2009-12-01 | 1 | -46/+9 |
| |