diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/letsread | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/letsread b/.local/bin/letsread new file mode 100755 index 0000000..5e3cf5a --- /dev/null +++ b/.local/bin/letsread | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | firefox $(buku --stag toread -f 10 | shuf -n 1) | ||
| 4 | dunstify "Time to read" "Don't forget to remove 'toread' from that when you're done" | ||
