summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'preview' into cp+previewhut2010-10-0814-24/+261
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into previewhut2010-10-0844-418/+503
| | |\ \ \ \
| | * | | | | enable shope.sh by defaulthut2010-10-071-4/+2
| | * | | | | Merge branch 'stable' into previewhut2010-10-0555-820/+1050
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-224-10/+18
| | * | | | | data/scope.sh: added lynxhut2010-06-222-7/+16
| | * | | | | defaults.options: deactivate scope.sh by defaulthut2010-06-221-1/+7
| | * | | | | README: added dependencies for scope.shhut2010-06-221-0/+5
| | * | | | | ranger.__init__: added relpath_scripthut2010-06-223-2/+14
| | * | | | | data/scope.sh: improved, commentedhut2010-06-221-7/+16
| | * | | | | main: copy scope.sh to ~/.ranger on first starthut2010-06-222-2/+12
| | * | | | | move scripts/scope.sh to data/scope.shhut2010-06-222-1/+1
| | * | | | | Merge branch 'master' into previewhut2010-06-2261-6783/+152
| | |\ \ \ \ \
| | * | | | | | widgets.pager: more efficient width calculationhut2010-06-181-4/+4
| | * | | | | | scripts/scope: make it executablehut2010-06-121-0/+0
| | * | | | | | Merge branch 'master' into previewhut2010-06-0958-274/+296
| | |\ \ \ \ \ \
| | * | | | | | | preview: renamed script to "scripts/scope.sh"hut2010-06-082-1/+2
| | * | | | | | | added preview_script optionhut2010-06-044-6/+14
| | * | | | | | | added more code from David Barnett, previews workhut2010-06-036-21/+76
| | * | | | | | | gui.ansi: some modifications/completionshut2010-06-032-20/+36
| | * | | | | | | added gui/ansi.py from David Barnetts branchhut2010-06-032-0/+111
| * | | | | | | | core.loader: fix bugs after mergehut2010-10-081-2/+1
| * | | | | | | | Merge branch 'master' into cphut2010-10-0840-390/+480
| |\ \ \ \ \ \ \ \
| * | | | | | | | | foohut2010-09-212-24/+30
| * | | | | | | | | Merge branch 'master' into cphut2010-09-16127-8224/+1767
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | core.loader: catch "select.error"shut2010-05-161-5/+8
| * | | | | | | | | | core.actions: improved paste()hut2010-05-152-6/+12
| * | | | | | | | | | core.loader: finished CommandLoaderhut2010-05-152-7/+30
| * | | | | | | | | | Merge branch 'master' into cphut2010-05-1512-268/+196
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cphut2010-05-1439-418/+864
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | core.loader: bugfixhut2010-04-281-1/+1
| * | | | | | | | | | | | messing aroundhut2010-04-273-9/+41
| * | | | | | | | | | | | Merge branch 'master' into cphut2010-04-272-64/+41
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cphut2010-04-2718-44/+316
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | core.loader: fixedhut2010-04-202-8/+9
| * | | | | | | | | | | | | | core.loader: added CommandLoaderhut2010-04-202-31/+34
| * | | | | | | | | | | | | | core.actions.paste(): use `mv`, delete shutil_generatorizedhut2010-04-202-307/+11
| * | | | | | | | | | | | | | core.actions.paste(): use select for parallel listening for stderrhut2010-04-201-2/+7
| * | | | | | | | | | | | | | core.actions: use `cp` for copyinghut2010-04-201-12/+9
* | | | | | | | | | | | | | | new version: 1.3.1, merge with cp+preview branchhut2010-10-123-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | core.main: Fixed object initialization orderhut2010-10-121-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | gui.colorscheme: removed fallback scheme, should never be used anywayhut2010-10-101-13/+2
* | | | | | | | | | | | | gui.colorscheme: polished up (docs, error handling)hut2010-10-101-10/+7
* | | | | | | | | | | | | defaults.commands: polishinghut2010-10-101-1/+1
* | | | | | | | | | | | | defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
* | | | | | | | | | | | | core.helper: fixed debug functionshut2010-10-091-0/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | core.loader: forgot cleaning up @ last commithut2010-10-081-1/+0
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | core.loader: simplified throbber logichut2010-10-081-9/+5
* | | | | | | | | | | gui.widgets.statusbar: Added filter notifier in statusbarhut2010-10-062-1/+6
* | | | | | | | | | | gui.widgets.statusbar: Fixed minor bug in statusbarhut2010-10-061-1/+1