diff options
author | Yigit Sever | 2021-10-25 16:35:25 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 16:35:25 +0300 |
commit | 3161a0959200bf7d3e06b1666b628d550d6780fd (patch) | |
tree | e1b8557b5239b6067f53bab8b325a36a15a4405e /.local/bin | |
parent | e18e9407250906c8614c6fa6ca1ce4342b791375 (diff) | |
download | dotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.tar.gz dotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.tar.bz2 dotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.zip |
scripts: tracking letsread
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" | ||