X Tutup
Skip to content

EvanHahn/journ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

journ

I store my journal in a single folder like this:

πŸ“ journal
    πŸ“ 2014-04-18.txt
    πŸ“ 2014-04-19.txt
    πŸ“ 2014-04-20.txt
    πŸ“ 2014-04-21.txt
    πŸ“ ...

If you do too, journ is for you.

Setup

  1. Put the journ executable somewhere in your $PATH.
  2. Set the $JOURN_PATH environment variable (probably in your bashrc). This should be the path of a folder where all of your journal files will live.

Usage

# Edit today's file
journ

# Edit yesterday's file
journ -y

# Edit today's file in another editor
EDITOR=atom journ

# Print the path to today's file
journ -f

# Print $JOURN_PATH
journ -p

# Print the number of entries
journ -c

That's it!

About

command-line journal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Β 
Β 
Β 

Contributors

Languages

X Tutup