about summary refs log tree commit diff stats
path: root/ranger.py
Commit message (Collapse)AuthorAgeFilesLines
* ranger.py: removed whitespacehut2010-04-121-4/+0
|
* reverted a part of 45cf5174. Allow "source ranger ranger" againhut2010-04-011-8/+7
| | | | This is OK since it comes at almost no cost
* removed the cd-after-exit hackhut2010-03-291-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__hut2010-03-261-1/+1
|
* Changed license to the GNU General Public Licensehut2010-02-281-12/+14
|
* ranger.py: fixed cd-after-exit with spaces in directoryhut2010-02-241-1/+1
|
* ranger.py: removed unnecessary codehut2010-02-151-1/+1
|
* ranger.py: reverted cd-after-exit to the old wayhut2010-02-141-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 checkhut2010-02-141-1/+1
|
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
|
* ranger.py: more fixeshut2010-01-121-2/+2
|
* ranger.py: cleanup/fixhut2010-01-111-9/+8
|
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-111-1/+12
|
* added license informationhut2010-01-081-3/+17
|
* F1 key (inside console) for viewing information about the commandhut2009-12-291-1/+1
|
* shorten comment in ranger.pyhut2009-12-261-11/+5
|
* implemented OpenConsolehut2009-12-251-2/+2
|
* random updateshut2009-12-251-3/+16
|
* tons of stuffhut2009-12-171-1/+1
|
* merged main with __init__hut2009-12-121-1/+1
|
* restructurationshut2009-12-111-2/+4
|
* changing implementation of optionshut2009-12-061-3/+6
|
* structural improvementshut2009-12-011-46/+9
|
* random improvementshut2009-11-291-2/+2
|
* implemented colorschemes.hut2009-11-291-10/+10
|
* started to implement colorschemeshut2009-11-291-6/+11
|
* restructurationhut2009-11-281-33/+33
|
* embedded wrapper.sh into ranger.pyhut2009-11-271-0/+12
|
* cd-after-exithut2009-11-271-4/+17
|
* general improvementhut2009-11-271-1/+1
|
* more VROOMhut2009-11-271-0/+38