Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more detailed implementation note | NRK | 2021-09-19 | 1 | -0/+14 |
| | |||||
* | add an implementation note | NRK | 2021-09-19 | 1 | -0/+4 |
| | |||||
* | -print explicitly for posix compliance | NRK | 2021-09-19 | 1 | -1/+1 |
| | |||||
* | use grep -iE instead of -iname | NRK | 2021-09-18 | 1 | -3/+2 |
| | |||||
* | switch to -iname | NRK | 2021-09-13 | 1 | -2/+2 |
| | |||||
* | use more posix complaint flags | NRK | 2021-09-13 | 1 | -2/+4 |
| | |||||
* | cleanups | NRK | 2021-09-13 | 1 | -22/+16 |
| | | | | | | - remove invalid/old comment - use func args instead of global var - offload image loading into it's own function | ||||
* | rework the script | NRK | 2021-09-13 | 1 | -3/+6 |
| | | | | | | | - remove null seperator - store the result of listfiles into a tmp file - remove -m 1 from grep, it's not needed. (it also wasn't posix) - remove dep on xargs | ||||
* | sxiv-rifle: only list extensions | NRK | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | sxiv-rifle: add tiff support | NRK | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | change order of bmp | N-R-K | 2021-08-27 | 1 | -2/+2 |
| | | | Co-authored-by: toonn <toonn@toonn.io> | ||||
* | sxiv-rifle: handle unresolved `~` | NRK | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | change func name to is_img | N-R-K | 2021-08-27 | 1 | -2/+2 |
| | | | Co-authored-by: toonn <toonn@toonn.io> | ||||
* | sxiv-rifle: don't grep non img extension files | NRK | 2021-08-27 | 1 | -1/+8 |
| | |||||
* | sxiv-rifle: use parameter expansion instead of cut | NRK | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | sxiv-rifle: don't grep if $target is not a file | NRK | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | fix edge case when file is in root | NRK | 2021-08-15 | 1 | -1/+1 |
| | |||||
* | rifle_sxiv: add webp to listfiles() | NRK | 2021-08-09 | 1 | -1/+1 |
| | |||||
* | rifle_sxiv: performance improvement | NRK | 2021-08-09 | 1 | -17/+9 |
| | |||||
* | shell_automatic_cd: Fix function name in bind command | toonn | 2021-02-19 | 1 | -2/+2 |
| | |||||
* | Update the docs to reflect changes to code | Zoran Plesivcak | 2020-11-08 | 1 | -2/+2 |
| | | | | | | | Changes to code in: - previous commit (THIS_COMMIT^) - c826091a74e88102ca1795ab9798dd8b8498f653 | ||||
* | Merge branch 'dmitmel-examples-bash-automatic-cd' | toonn | 2019-12-31 | 4 | -28/+33 |
|\ | |||||
| * | Added shellcheck directives for specifying shell | Dmytro Meleshko | 2019-11-06 | 2 | -0/+4 |
| | | |||||
| * | Added a notice about sourcing examples/shell_subshell_notice.sh as well | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | Added mention about sourcing examples/shell_automatic_cd.sh from shell config | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | Updated comments about compatibility with ranger versions | Dmytro Meleshko | 2019-11-06 | 2 | -2/+2 |
| | | |||||
| * | Removed shebangs | Dmytro Meleshko | 2019-11-06 | 2 | -4/+0 |
| | | |||||
| * | Renamed script files to not mention Bash | Dmytro Meleshko | 2019-11-02 | 2 | -0/+0 |
| | | |||||
| * | Added shebangs and removed notices specifically about Bash | Dmytro Meleshko | 2019-11-02 | 2 | -4/+8 |
| | | |||||
| * | Apply requested changes to ranger.py and enforce full POSIX compliance | Dmytro Meleshko | 2019-10-28 | 1 | -4/+3 |
| | | |||||
| * | Removed replaced $(<...) with cat | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Added comparison with $PWD back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Replaced `[[` with POSIX-compatible `[` | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Added pattern for mktemp back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -1/+1 |
| | | |||||
| * | Refactored examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'siikamiika-feat-update-icon-title' | toonn | 2019-12-22 | 1 | -2/+3 |
|\ \ | |||||
| * | | Merge the title settings | toonn | 2019-12-22 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings. | ||||
| * | | Merge branch 'master' into feat-update-icon-title | siikamiika | 2019-12-09 | 1 | -0/+8 |
| |\| | |||||
| * | | add update_icon_title option | siikamiika | 2019-07-25 | 1 | -0/+3 |
| | | | | | | | | | | | | resolves #1637 | ||||
* | | | use function, cleanup file, proper repaint | Mathis Chenuet | 2019-11-08 | 1 | -2/+8 |
| | | | |||||
* | | | add doc and binding | Mathis Chenuet | 2019-11-03 | 1 | -0/+10 |
| | | | |||||
* | | | port automatic_cd to fish | Mathis Chenuet | 2019-11-03 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Add a configurable VCS max message length | Wojciech Siewierski | 2019-10-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Previously it was hardcoded as 50, let's make it easy to change for the user. Improves upon #1705. Related to #1704. | ||||
* | | Drop truth values; rename warning setting | Toon Nolten | 2019-08-18 | 1 | -1/+1 |
| | | |||||
* | | Warn when nesting ranger | toonn | 2019-08-03 | 1 | -0/+5 |
|/ | | | | | | | | | | | | | | | Users frequently request that launching ranger in a subshell started from ranger (using `S`) instead exits the subshell so they end up in their original ranger instance without nesting, which is rarely useful. This isn't possible because a process can't easily kill its parent shell. To at least avoid such confusion we warn about nesting by default. A new setting `nested_ranger_warning` is added to `rc.conf`. The warning can be either disabled or the severity increased so the message is more visible. Fixes #1645 | ||||
* | Merge branch 'master' into patch-4 | Nathaniel | 2018-09-05 | 1 | -3/+1 |
|\ | |||||
| * | Remove hard code of ranger path | Mark Blakeney | 2018-08-19 | 1 | -3/+1 |
| | | | | | | | | | | | | Hard coding the path of ranger prohibits the bash_automatic_cd.sh script from working when the user has installed ranger in a different path such as in /usr/local/bin/, or ~/.local/bin/ etc. | ||||
* | | Remove extra pipe in subprocess call, rename plugin and add original | natemaia | 2018-09-05 | 2 | -47/+89 |
| | | |||||
* | | 2 lines around function definition | Nathaniel | 2018-07-07 | 1 | -0/+1 |
| | |