summaryrefslogtreecommitdiffstats
path: root/.local/bin/letsread
blob: 5e3cf5a8185224c682ef202f103b239de451e871 (plain)
1
2
3
4
#!/usr/bin/env bash

firefox $(buku --stag toread -f 10 | shuf -n 1)
dunstify "Time to read" "Don't forget to remove 'toread' from that when you're done"