A simple utility for writing notes without remembering where you put them.
Project description
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
File details
Details for the file jot-notes-0.1.1.tar.gz
.
File metadata
- Download URL: jot-notes-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba6d111c4ac15d6dd3afbcd97a6e294da38e9e491d05b6f3457f885c474e009 |
|
MD5 | 64d1664655504dde444c2a96d9d0dd0c |
|
BLAKE2b-256 | ac466cbbe9c37fdd488b1ed7747216a1f767d521a984e24695ebd5e1709aaa67 |