summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | remove unnecessary checkssquigz2018-01-041-2/+2
| | | | | | | | |
| | * | | | | | | Reduce calls to string.lower()squigz2018-01-041-5/+4
| | | | | | | | |
| | * | | | | | | Update manpage section on draw_borderssquigz2018-01-042-5/+17
| | | | | | | | |
| | * | | | | | | Fix rc.confsquigz2018-01-041-1/+1
| | | | | | | | |
| | * | | | | | | Use True/False instead of 1/0squigz2018-01-041-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update padding conditions to not show when draw_borders is set to separators or none
| | * | | | | | | Remove draw_separators from ALLOWED_SETTINGSsquigz2018-01-041-1/+0
| | | | | | | | |
| | * | | | | | | Changes draw_borders setting to a stringsquigz2018-01-043-38/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows drawing vertical separators between columns, borders around all the columns, both of the two, or none
| | * | | | | | | Remove _draw_separators and integrate with _draw_borders with the ↵squigz2018-01-041-64/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `separators_only` argument
| | * | | | | | | Fix draw_separators setting in rc.confsquigz2018-01-041-1/+1
| | | | | | | | |
| | * | | | | | | Update manpage with 'draw_separator' settingsquigz2018-01-043-2/+9
| | | | | | | | |
| | * | | | | | | Add 'draw_separators' option to rc.confsquigz2018-01-041-0/+3
| | | | | | | | |
| | * | | | | | | Add option to draw separators between columns instead of drawing boxessquigz2018-01-032-0/+47
| | | | | | | | |
| * | | | | | | | Merge pull request #1228 from natemaia/patch-4Wojciech Siewierski2018-09-071-0/+70
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update plugin_pmount.py
| | * \ \ \ \ \ \ \ Merge branch 'master' into patch-4Nathaniel2018-09-0519-37/+586
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Remove extra pipe in subprocess call, rename plugin and add originalnatemaia2018-09-052-47/+89
| | | | | | | | | | |
| | * | | | | | | | | 2 lines around function definitionNathaniel2018-07-071-0/+1
| | | | | | | | | | |
| | * | | | | | | | | import order and break long linesNathaniel2018-07-071-8/+12
| | | | | | | | | | |
| | * | | | | | | | | Indentation and whitespace cleanupNathaniel2018-07-071-12/+8
| | | | | | | | | | |
| | * | | | | | | | | Update plugin_pmount.pyNathaniel2018-07-071-20/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the pmount plugin uses static device letters and partition numbers. this change uses present devices and partitions. - Changes the binds to remove the need for uppercase device letters, if a device has no partitions <alt><m or M><device letter> mounts/unmounts the device. - With only one partition the same binds will handle it instead of the whole device. - With greater than one partitions, map <alt><m or M><device letter><partition number> for each. This is still not fully functional, devices not present when ranger is started *(usb drives)* won't have a map created unless ranger is restarted :| ... Is there a simple way to have ranger 'reload' this plugin, or use a different hook, etc.?
| * | | | | | | | | | Merge branch 'moveright'toonn2018-09-071-2/+5
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | Switch if/else branches to minimize negationToon Nolten2018-08-211-3/+3
| | | | | | | | | | |
| | * | | | | | | | | Fix type in execute_file docstringToon Nolten2018-08-211-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Add selection argument to move actionToon Nolten2018-08-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `selection == False` don't operate on the entire selection (the marked files) but only on the file under the cursor. Inconsistent, I noticed `move to=100 percentage=true` works as expected but `move right=1 selection=false` doesn't. You need to pass `False`, most other values test as `True` in python, so `true` works *but* surprisingly imo, `false == True`. Fixes #1233
| * | | | | | | | | | Merge branch 'jakanaka-evan-archive-img'toonn2018-09-071-0/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Change description commenttoonn2018-09-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I wanted to mention comic books explicitly because most people looking for comic book previews probably won't look for archive previews.
| | * | | | | | | | | | scope.sh: Explain what archive img-previewing doesjakanakae-envangel2018-09-071-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Simplify archive-img extraction codejakanakae-envangel2018-08-301-21/+14
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Simplify exit status checkingjakanakae-envangel2018-08-281-14/+7
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Handle archive filenames starting with '-'jakanakae-envangel2018-08-251-2/+2
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Use python's mimetypes for finding imgsjakanakae-envangel2018-08-231-1/+4
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Fix rm-ing a nonexistent filejakanakae-envangel2018-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For archive previews, if bsdtar failed to extract a 7z file, it would attempt to rm the already removed IMAGE_CACHE_PATH file.
| | * | | | | | | | | | scope.sh: Comment archive previewing by defaultjakanakae-envangel2018-08-231-45/+45
| | | | | | | | | | | |
| | * | | | | | | | | | scope.sh: Implement image previews for archivesjakanakae-envangel2018-08-231-0/+47
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take the first alphabetically sorted png, jpg or gif image from the archive, or fallback to normal file listing if there are none. Supported formats: zip, cbz, rar, cbr, 7z, cb7, tar, cbt, txz, tgz, tbz2. Optional deps: tar or bsdtar (from libarchive) for cbt and t* formats, bsdtar or unzip for zip and cbz, bsdtar or unrar for rar and cbr, bsdtar for 7z and cb7.
| * | | | | | | | | | Merge branch 'anypathmacro'toonn2018-09-061-2/+17
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fixed up pylint/flake8 warningstoonn2018-09-061-7/+9
| | | | | | | | | | |
| | * | | | | | | | | Add the %any_path macrotoonn2018-09-061-2/+15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `%any` macro is very useful for commands that know about bookmarks. Bookmarks are just short names for paths really, so it'd be nice if they could be used with any commands that take paths as arguments. Now they can! `%any_pathX` where `X` refers to the which `<any>` the macro corresponds to (`%any_path` is synonymous with `%any_path0`) is replaced with the path of the bookmark entered if that bookmark exists. Fixes #1277
| * | | | | | | | | Merge pull request #1294 from Zaeph/patch-1Wojciech Siewierski2018-09-063-1/+8
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add mapping to open console and pre-fill it with previous command
| | * | | | | | | | | Update man with a clearer entryLeo Vivier2018-09-022-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Update manLeo Vivier2018-09-022-0/+7
| | | | | | | | | | |
| | * | | | | | | | | Add mapping to open console and pre-fill it with previous commandLeo Vivier2018-09-021-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1293. Behaviour assigned to Ctrl-p. Non-essential change which can be removed if we find a better use for Ctrl-p.
| * | | | | | | | | Merge pull request #1285 from Zaeph/patch-1Toon Nolten2018-09-013-12/+35
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add support for default terminal word-movement commands to console
| | * | | | | | | | | Map C-p to `console` for faster history accessLeo Vivier2018-09-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows user to press C-p to open the console from the main view and to press C-p again to go up in the history of previous commands.
| | * | | | | | | | | Set default and alternative bindings for word-movementsLeo Vivier2018-09-011-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Alt-B and Alt-F are set as the default bindings (cmap), - Alt-LEFT and Alt-RIGHT are set as alternative bindings (copycmap).
| | * | | | | | | | | Add Alt-LEFT and Alt-RIGHT for moving between words in manLeo Vivier2018-09-012-6/+6
| | | | | | | | | | |
| | * | | | | | | | | Revert "Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE"Leo Vivier2018-09-012-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dedbabb8eb6035bcbd44c6163834247f1a0415cd.
| | * | | | | | | | | Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLELeo Vivier2018-09-012-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds full-stops at the end of every entry.
| | * | | | | | | | | Add word-movement commands in console to man-pageLeo Vivier2018-09-012-10/+28
| | | | | | | | | | |
| | * | | | | | | | | Add support for default terminal word-movement commands to consoleLeo Vivier2018-09-011-0/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Alt-b for moving backwards by words, - Alt-f for moving forwards by words.
| * | | | | | | | | Fix the tilde support in the titlebarWojciech Siewierski2018-08-312-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was possible to have "/home/user" as one's home and enter "/home/user2", which gets incorrectly abbreviated to "~2/". Now such case is left intact, as expected.
| * | | | | | | | | Merge pull request #1291 from NoSuck/tilde_setting_window_titleWojciech Siewierski2018-08-311-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Applies Tilde Setting to Window Title