(no title)
gknoy | 1 year ago
# e.g. pytest tests/test_foo.py && SUCCESS
alias SUCCESS="echo -e '\n\nSUCCESS' \
&& bash -c 'mpv ${media}/kazoo.mp3 &' \
&& imgcat ~/Pictures/success.png \
|| imgcat ~/Pictures/fail.png"
It's useful because I can hear that the task is done while I'm reviewing a PR, or reading documentation, or loading the dishwasher.
No comments yet.