Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/bin/screenshot
2026-08-21 03:49:01 -04:00

11 lines
165 B
Shell
Executable file

#!/usr/bin/env bash
set -euo pipefail
ts="$(date "+%Y-%m-%d_%H-%M-%S")"
f="${HOME}/images/screenshots/${ts}.png"
grim -g "$(slurp)" "$f"
echo "$f" >&2
echo "$f"