About |
Screenshots |
Downloads |
Installation |
Notes |
Links
# ABOUT
Bournal is a bash script that allows you to write personal, password-protected journal entries, as well as search through and edit old entries. Bournal has no internet capablities, so if you're looking for a blogging app, boy did you click the wrong link.
# SCREENSHOTS
v0.1:

v0.3:

v0.4:
# Downloads
# INSTALLATION
System Requirements:
- ccrypt
- Linux or something similar with basic *nix utils.
- Vim or Nano, or some other editor that is not as awesome as Vim.
Installation instructions:
- Download the latest version: Bournal v1.0
- Unarchive: tar xzvf bournal-0.*.tar.gz
- Move into the dir: cd bournal-0.*/
- Run the install script: sudo ./install.sh
- Run: bournal
- Pour your little heart out: [INSERT POETRY HERE]
Adding to Ubuntu Hardy Heron:
Copy and paste these commands into a terminal:
sudo wget http://frankpena.googlepages.com/bournal.list -O /etc/apt/sources.list.d/bournal.list
sudo apt-get update && sudo apt-get install bournal
# NOTES
- Oopsy daisy! I added a month filter to the search option, mentioned it in the changelog, added it to the help in interactive mode, then forgot to put it in the regular old --help. So, you know, check out "bournal --help" more specific syntax. I also updated the manpage to be even more specific.
- Keep in mind the find option uses egrep for searches, which has slightly different syntax from grep (e.g. grep uses 'pretty\|pony' for finding "pretty OR pony", while egrep uses 'pretty|pony').
- Files encrypted with ccrypt WILL work between computers (assuming it's installed), so taking Bournal and all its entries with you on a flash drive will work just peachy. You can have entries automatically saved to the flash drive by changing the DIR variable to the path of your flashdrive, e.g.
DIR=/media/USB_VOL_NAME. However, if you run Bournal from a USB drive, you will need to predeed it with a shell e.g. sh bournal
- Other changes happened. Check them out in the changelog
# LINKS