diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-12 17:19:48 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-12 17:19:48 +0100 |
commit | 2fd5995ff81e0b1792b5eab3a723d7321dec78cb (patch) | |
tree | ea1ca3d89579b6967325ed6e6b33e837d55460ee | |
parent | cbfda49e578cf18e7f5e605ca5e073fe0a1c0c17 (diff) |
added sgimg
-rwxr-xr-x | bin/extra/sgimg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/extra/sgimg b/bin/extra/sgimg new file mode 100755 index 0000000..7c1823c --- /dev/null +++ b/bin/extra/sgimg @@ -0,0 +1,6 @@ +#!/bin/sh + +imv "$(find ~/.local/share/gurk/ -type f -printf "%A@\t%p\n" | + sort -n | + tail -n 1 | + cut -f 2-)" |