summary refs log tree commit diff
path: root/home/.local/bin/sup
blob: 22f2b85ec348d662d585fdd3157c043cc80bf6f3 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env zsh
set -o errexit -o nounset -o pipefail

dir=$(mktemp -d)
screencapture -i "$dir/capture.png"
pngo "$dir/capture.png"
up "$dir/capture.png"
rm -r "$dir"
n title='2025-06-01 22:34:07 -0400'>2025-06-01Add mastodon posting scriptJune McEnroe 2025-05-17Remove somethingJune McEnroe 2025-05-17Add all the numbered roll metadataJune McEnroe 2025-05-17Add ability to put a note on a rollJune McEnroe