Update 'documentation'

master
Hektor Misplon 2023-06-14 20:31:12 +02:00
parent 09abdbc57d
commit 19225b8920
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Find and open pdf
# Generate menu of book filenames and save paths # Generate menu of book filenames and save paths
# Preview window contains metadata # 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)" # 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)"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Pomodoro timer # Pomodoro timer
# #
# - Writes pomodoro timer to temporary file so dwmblocks # - Writes pomodoro timer to temporary file so dwmblocks
# statusbar can read it # statusbar can read it

View File

@ -3,7 +3,7 @@
# Script to create script # Script to create script
if [ -z "$1" ]; then if [ -z "$1" ]; then
echo "Script name required" echo "Usage: script <scriptname>"
exit exit
fi fi