Bournal is a bash script that allows you to keep a personal, minimalistic, password-protected journal, log, or diary. It includes encryption, regexp searches, and a date-sorted list for editing old entries. Since Bournal is pure bash, it should be easily editable for the CLI-savvy.
| Tags | Text Processing Utilities Office/Business News/Diary |
|---|---|
| Operating Systems | Unix |
| Implementation | Unix Shell bash |
Recent releases


Release Notes: ccrypt was swapped out for gpg. A conversion script for old entries was added. FreeBSD usability was restored.


Release Notes: This release removes the function to check for updates and removes FreeBSD support.


Release Notes: Support for the Jed editor with syntax highlighting, and a readall function for reading every entry at once have been added. There is also a minor security fix for Vim users.


Release Notes: The code was cleaned up for improved performance of fresh installations. An icon was added. A desktop shortcut was added.


Release Notes: The date lists for editing and deleting entries now show the number of entries made per day. A minor error output bug was fixed.
Recent comments
19 Feb 2010 17:34
Scratch that last comment. I fixed this in 1.4.1.
Fixed it good!
19 Feb 2010 14:59
It has been brought to my attention that ccrypt has a security flaw under FreeBSD that allows people to see your password by using the ps command while using this script.
Solution:
Don't use FreeBSD.
If you know someone using Bournal under these conditions, now is your chance to snoop. Go, man, go!
11 Feb 2010 19:37
Thanks to everyone who submitted suggestions and security fixes!
26 Apr 2009 09:08
Been using it since 0.4 (with a bit of tweaking to enable readline), nice to see new updates.
Definitely the most robust no-nonsense mind-backup thing I've seen. Thanks.