diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-07-15 18:57:12 +0200 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-07-15 18:57:12 +0200 |
| commit | 9a85d328ccf29f4cebb104e4eeeba1b20a896f6b (patch) | |
| tree | 6d70de1c7aa196d678e9c63dfe57262d656ea68c /.local/bin/rotdir | |
| parent | 07de33840d9ce0f554c0e5555ac27250be0895c2 (diff) | |
| download | eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.tar.gz eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.tar.zst eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.zip | |
nsxiv replaces unmaintained sxiv
Diffstat (limited to '.local/bin/rotdir')
| -rwxr-xr-x | .local/bin/rotdir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/rotdir b/.local/bin/rotdir index 86da6db..d171f29 100755 --- a/.local/bin/rotdir +++ b/.local/bin/rotdir @@ -1,11 +1,11 @@ #!/bin/sh -# When I open an image from the file manager in sxiv (the image viewer), I want +# When I open an image from the file manager in nsxiv (the image viewer), I want # to be able to press the next/previous keys to key through the rest of the # images in the same directory. This script "rotates" the content of a # directory based on the first chosen file, so that if I open the 15th image, # if I press next, it will go to the 16th etc. Autistic, I know, but this is -# one of the reasons that sxiv is great for being able to read standard input. +# one of the reasons that nsxiv is great for being able to read standard input. [ -z "$1" ] && echo "usage: rotdir regex 2>&1" && exit 1 base="$(basename "$1")" |
