tn is a simple program to keep journals.


Keywords
library, program, text, utility, Propose Tags, Skip to Readme, , Index, Tn, Tn.Errata, Tn.Journal, Tn.Paths, tn-4.1.0.0.tar.gz, browse, Package description, Package maintainers, pharpend, edit package information , Haskell, ISC license, LICENSE file, Stack, git, The Haskell Stack, GitHub bug tracker
License
ISC
Install
cabal install tn-4.1.0.0

Documentation

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.