Display a random journal page.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Buetow c4ad6a07d2 update path 2 months ago
README.md fix 1 year ago
randomjournalpage.sh update path 2 months ago

README.md

Read a random journal

This is a quick and dirty script which I use personally to grab a random PDF file (a scanned version of one of my bullet journals) and to extract a random set of pages from it in order to reflect/read what was happening in the past. This also includes various notes of books I have read and random ideas I wrote down and my want to reconsider.

Requirements

For Fedora Linux:

# for (obviously) qpdf
sudo dnf install qpdf
# for pdfinfo
sudo dnf install poppler-utils

Usage

Simply configure the journal path and the PDF vewer in the script and run: ./randomjournalpage.sh

Testing

There is no real testing done. It's a pretty simple script. However, the script passes the following ShellCheck command:

shellcheck randomjournalpage.sh --exclude SC2155