summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | data/scope, fsobject: add .deb to archive extensionshut2010-10-102-4/+4
| | | |
| * | | fsobject.file: tweak N_FIRST_BYTEShut2010-10-101-1/+1
| | | |
| * | | core.actions: catch exception in get_previewhut2010-10-101-1/+4
| | | |
| * | | fsobject.file: fixed has_preview methodhut2010-10-101-1/+3
| | | |
| * | | data/scope: fixed pdftotext invocationhut2010-10-101-1/+1
| | | |
| * | | core.shared: bugfixhut2010-10-101-2/+3
| | | |
| * | | data/scope.sh: improvedhut2010-10-091-18/+28
| | | |
| * | | core.actions: global index of previews (by path and size)hut2010-10-093-26/+58
| | | |
| * | | core.loader: throw more signalshut2010-10-092-5/+14
| | | |
| * | | data/scope.sh: sort archive extensionshut2010-10-081-2/+2
| | | |
| * | | ranger.core.loader: allow suppressing errors in CommandLoaderhut2010-10-082-14/+20
| | | |
| * | | fsobject.file: reload pager when preview finished loadinghut2010-10-084-11/+15
| | | |
| * | | fsobject.file: load previews in fm.loaderhut2010-10-083-11/+21
| | | |
| * | | core.loader: use signals with CommandLoaderhut2010-10-082-13/+11
| | | |
| * | | Merge branch 'preview' into cp+previewhut2010-10-0812-24/+215
| |\ \ \
| | * \ \ Merge branch 'master' into previewhut2010-10-0838-385/+475
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py
| | * | | | enable shope.sh by defaulthut2010-10-071-4/+2
| | | | | |
| | * | | | Merge branch 'stable' into previewhut2010-10-0525-765/+678
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py
| | * | | | | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-224-10/+18
| | | | | | |
| | * | | | | data/scope.sh: added lynxhut2010-06-221-7/+15
| | | | | | |
| | * | | | | defaults.options: deactivate scope.sh by defaulthut2010-06-221-1/+7
| | | | | | |
| | * | | | | 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-225-16/+44
| | |\ \ \ \ \
| | * | | | | | 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-0910-32/+42
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/fsobject/file.py
| | * | | | | | | 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-031-13/+34
| | | | | | | | |
| | * | | | | | | added gui/ansi.py from David Barnetts branchhut2010-06-031-0/+66
| | | | | | | | |
| * | | | | | | | core.loader: fix bugs after mergehut2010-10-081-2/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into cphut2010-10-0835-359/+451
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/fm.py ranger/core/main.py ranger/core/helper.py ranger/core/loader.py
| * | | | | | | | | foohut2010-09-212-24/+30
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into cphut2010-09-1646-1057/+1195
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py ranger/core/actions.py
| * | | | | | | | | | 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-159-153/+147
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cphut2010-05-1426-212/+475
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py
| * | | | | | | | | | | | 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-2712-36/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/ext/shutil_generatorized.py
| * | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |