@hackage tn4.1.0.0
A simple daily journal program
Categories
License
ISC
Maintainer
peter@harpending.org
Links
Versions
Installation
Dependencies (11)
- aeson >=0.10.0.0
- base >=4.8 && <4.9
- bytestring
- directory >=1.2.3.0
- file-embed
- optparse-simple Show all…
Dependents (1)
@hackage/acme-everything
tn
This is a command-line program for keeping your own journals, written in Haskell and licensed under the ISC license. You can find a copy of the ISC license in the LICENSE file
Installation and Usage
First, install Stack.
$ stack setup
$ stack install tn
Versions of tn less than 4 are just awful, so run
$ tn --version
to make sure you have a decent version. else, try this:
You'll need git and The Haskell Stack.
$ git clone https://github.com/pharpend/tn.git
$ cd tn
$ stack setup
$ stack install
To add an entry, simply run
$ tn "entry text"
The journal is stored in ~/.local/share/tn/.
Contributing
I welcome any contributions anyone wants to make. If you find a bug or a feature request, use the GitHub bug tracker. If you want to contribute, use the normal method of contributing to projects on GitHub.
You can contact me at peter@harpending.org, or pharpend on FreeNode.