Skip to main content

A simple utility for writing notes without remembering where you put them.

Project description

Version Requires

Jot is a CLI utility that lets you write notes with out having to worry about where they’re stored. By default, all notes are stored in a git repo at ~/.jot in markdown and automatically pushed to a git repo.

Install

$ sudo pip install jot-notes

Usage

$ # Edit today's note, ie: ~/.jot/YYYY-MM-DD.md
$ jot
$ # edit a note in a category with a specific name, ie: ~/.jot/foo/bar.md
$ jot -c foo -n bar
$ # disable git integration

Configuring Jot

Most of Jot’s configuration can be done on the CLI & with environment variables. Here are the relevant environment variables:

  • EDITOR - what text editor to use, defaults to nano

  • JOT_DIR - where to store jot’s notes, defaults to ~/.jot

  • JOT_EXT - file extension to use for notes, defaults to .md

  • JOT_NO_GIT - disable jot’s git integration

  • JOT_NO_GIT_PUSH - disable automatic git push

  • JOT_TEMPLATE - Default jot contents as a python str.format() style string. default: '# {name}\n\n'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jot-notes-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page