Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup the comment | NRK | 2021-09-19 | 1 | -4/+3 |
| | |||||
* | dont hardcode /tmp | NRK | 2021-09-19 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | rifle_sxiv.sh: be POSIX, single = for string eq | Daniel Lublin | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0 | hut | 2015-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 7236dde27bf33fec5097c223f0d70598b10ba05f Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 14:33:59 2015 +0200 wrote changelog entry commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:27 2015 +0200 update version number in man page commit b1948b9382027ed55d095a936610bc62f7cdba9a Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:08 2015 +0200 update rifle version number commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:34:59 2015 +0200 s/ranger-master/ranger-stable/ commit 6967a48193227b4a0c843e8831e5511005179f69 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:33:06 2015 +0200 updated version number commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:18:26 2015 +0200 updated version info in example plugins | ||||
* | moved "doc/examples" to "examples" for more visibility | hut | 2015-04-13 | 1 | -0/+48 |
| | |||||
* | move examples to doc/examples | hut | 2013-03-09 | 1 | -48/+0 |
| | |||||
* | examples/rifle_sxiv: fix rifle_sxiv with chars like [] | hut | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed the sxiv workaround to handle spaces and be more POSIX compliant. | Pierre Neidhardt | 2013-03-05 | 1 | -7/+21 |
| | |||||
* | Added version info to examples | hut | 2013-03-01 | 1 | -0/+1 |
| | |||||
* | examples/rifle_sxiv.sh: removed realpath dependency | hut | 2013-02-18 | 1 | -1/+8 |
| | |||||
* | examples/rifle_sxiv.sh: remove bash dependency | hut | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | examples/rifle_sxiv.sh: fix symlink handling | hut | 2012-08-07 | 1 | -1/+1 |
| | | | | | Previously, this would not work if the current working directory is a symlink. | ||||
* | added the examples from the man page to the examples directory | hut | 2012-08-06 | 1 | -0/+26 |
I guess a whole directory for examples scales better than having them in the man page. |