@hackage tn4.1.0.0

A simple daily journal program

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.

  • Installation

  • Dependencies (0)

  • Dependents (0)