summaryrefslogtreecommitdiffstats
path: root/.local/bin/letsread
blob: d5f1e0c043bd8df57d4fd24e271ef62122235c08 (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"