summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorYigit Sever2021-10-25 16:35:25 +0300
committerYigit Sever2021-10-25 16:35:25 +0300
commit3161a0959200bf7d3e06b1666b628d550d6780fd (patch)
treee1b8557b5239b6067f53bab8b325a36a15a4405e /.local
parente18e9407250906c8614c6fa6ca1ce4342b791375 (diff)
downloaddotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.tar.gz
dotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.tar.bz2
dotfiles-3161a0959200bf7d3e06b1666b628d550d6780fd.zip
scripts: tracking letsread
diffstat (limited to '.local')
-rwxr-xr-x.local/bin/letsread4
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
3firefox $(buku --stag toread -f 10 | shuf -n 1)
4dunstify "Time to read" "Don't forget to remove 'toread' from that when you're done"