From 19225b892098550f92afbba857d0c4e899de8794 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 14 Jun 2023 20:31:12 +0200 Subject: [PATCH] Update 'documentation' --- .bin/fzf-book | 2 -- .bin/pomo | 2 +- .bin/script | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.bin/fzf-book b/.bin/fzf-book index 60792d7..33a4c20 100755 --- a/.bin/fzf-book +++ b/.bin/fzf-book @@ -1,7 +1,5 @@ #!/usr/bin/env bash -# Find and open pdf - # Generate menu of book filenames and save paths # Preview window contains metadata # selected="$(find /home/h/doc/books/ -regex '.*\.\(pdf\|epub\|djvu\)' -type f | sort | fzf --delimiter=/ --with-nth=-1 --preview 'pdfinfo {}' --preview-window=right:70%:wrap)" diff --git a/.bin/pomo b/.bin/pomo index ec39f91..3bc00a2 100755 --- a/.bin/pomo +++ b/.bin/pomo @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Pomodoro timer +# Pomodoro timer # # - Writes pomodoro timer to temporary file so dwmblocks # statusbar can read it diff --git a/.bin/script b/.bin/script index 604d34b..0a626f0 100755 --- a/.bin/script +++ b/.bin/script @@ -3,7 +3,7 @@ # Script to create script if [ -z "$1" ]; then - echo "Script name required" + echo "Usage: script " exit fi