# Tn Tn is a simple command-line based journaling program, written in Haskell. Tn is licensed under the 3-clause BSD. Simply put, you can do whatever you want with tn, within reason. See the LICENSE file for more details. # The name I wrote this to journal my food, so the natural name was `fj` for "food journal." `f` and `j` are the two index keys on QWERTY keyboards. I use the Colemak layout, so `t` and `n` are the two index keys. # Getting Tn * Make sure you have `ghc` and `cabal-install` * Run `cabal update && cabal install tn`