Skip to content

Quickly generate and access local journal entries πŸ“

Notifications You must be signed in to change notification settings

miles-crighton/journal-for-unix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Journaler for Unix

A bash script for quickly generating and accessing local journal entries

How to install and use

Clone the repository to your desired journaling directory

git clone https://github.com/miles-crighton/journal-for-unix.git

Run the bash script

./journaler.sh

Input your preferred text editor and journal away!

Optionally: create bash shortcut function

Run this command from the project directory:

echo "journal() { "$PWD"/journaler.sh \$@; }" >> ~/.bash_profile

You should now be able to run the program simply using:

journal

Feature flags

Heres a list of flags to access additional features:

  • Open a specific journal entry: -d <DD-MM-YYY>
  • Change your default text editor command: --change-editor <text-editor-cmd>

To-do

  • Append time of entry to each entry

Tested with bash 3.2

About

Quickly generate and access local journal entries πŸ“

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages