jot: Tiny markdown notebook

[ cli, deprecated, program ] [ Propose Tags ]
Deprecated in favor of shakebook

Jot is a little notebook. It makes little notepages with timestamps that you can customize.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), data-default, dhall, docopt, extra, filepath, process, time, turtle, yaml [details]
License ISC
Copyright 2018 Daniel Firth
Author Daniel Firth
Maintainer locallycompact@gmail.com
Category CLI
Home page http://gitlab.com/locallycompact/jot
Uploaded by locallycompact at 2018-04-05T13:59:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables jot
Downloads 2012 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-06-02 [all 2 reports]

Readme for jot-0.1.0.3

[back to package description]

Jot

Jot is a little notebook. It makes little notepages with timestamps that you can customize. By default it uses vim and puts stuff in notes/year/month/day.md. Try it with

stack install jot
jot

You can customize the configuration in configs/config.dhall and run.

jot --config=path/to/config.dhall

I might make this more better later. You can use either dhall or yaml for the config.

A good way to use this tool would be to clone the GitbookTemplate repository (example rendering here) and then sit in that and go 'jot' when you wanna write something.