tn: A journaling program for Linux

[ data, library, program, text, utility ] [ Propose Tags ]

Extremely simple CLI-based program for keeping diaries or journals.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.1, 0.2.0.0, 1.0.0, 1.0.1, 1.0.2, 1.0.2.1, 4.0.0.0, 4.0.0.1, 4.1.0.0
Dependencies aeson (>=0.8 && <0.9), aeson-pretty (>=0.7 && <0.8), base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), optparse-applicative (>=0.9 && <0.10), text (>=1.1 && <1.2), time (>=1.4 && <1.5) [details]
License BSD-3-Clause
Copyright 2014, Peter Harpending.
Author Peter Harpending
Maintainer Peter Harpending <pharpend2@gmail.com>
Category Text
Source repo head: git clone git://github.com/pharpend/tn.git
Uploaded by pharpend at 2014-07-25T22:31:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables tn
Downloads 4926 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-06-09 [all 6 reports]

Readme for tn-0.2.0.0

[back to package description]

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