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

dir=$(mktemp -d)
screencapture -i "$dir/capture.png"
up "$dir/capture.png"
rm -r "$dir"
itle='2018-08-05 11:00:01 -0400'>2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe