diff options
author | joe <rbo@gmx.us> | 2025-09-21 01:52:20 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-21 01:52:20 +0200 |
commit | 129c6428e79d5dda876f4b40936509a02c144e48 (patch) | |
tree | bbcc8613c07f0a74b582b59cd11541c3b724402f /.local/bin/openimg | |
parent | up (diff) | |
download | dotfiles-bsd-129c6428e79d5dda876f4b40936509a02c144e48.tar.gz dotfiles-bsd-129c6428e79d5dda876f4b40936509a02c144e48.tar.bz2 dotfiles-bsd-129c6428e79d5dda876f4b40936509a02c144e48.tar.xz dotfiles-bsd-129c6428e79d5dda876f4b40936509a02c144e48.tar.zst dotfiles-bsd-129c6428e79d5dda876f4b40936509a02c144e48.zip |
up
Diffstat (limited to '.local/bin/openimg')
-rwxr-xr-x | .local/bin/openimg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/openimg b/.local/bin/openimg new file mode 100755 index 0000000..4fb0d78 --- /dev/null +++ b/.local/bin/openimg @@ -0,0 +1,7 @@ +#!/bin/sh + +for file in "$@"; do + echo "file: $file" +done + +rotdir "$@" | command grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | nsxiv -abio |