epistle

Note taking with version control


License
MIT
Install
pip install epistle==0.2.5

Documentation

Epistle

epistle /ɪˈpɪs(ə)l/ noun formal, humourous - A letter.

Danny

Take notes using Vim. Save them in a remote git repository. This supports sharing notes across devices.

Can be configured to use a private (or public) gist.

Requirements

  • Python 3.6
  • Vim
  • Git

Both Vim and Git must be in your PATH.

Installation

Via PyPI

$ pip install epistle

Or, clone this repo and run pip install directly:

$ git clone git@github.com:msharp/epistle.git
$ pip install epistle/

Usage

Epistle is a command-line tool.

To create a new note:

$ epistle new my_note

This will open Vim, where you can compose the note. After you exit Vim, the note will be saved, added to the repo and pushed to the remote.

The following commands are available:

  • list List available Epistles
  • view View the contents of an Epistle
  • new Create a new Epistle
  • edit Edit an Epistle
  • rename Rename an Epistle
  • delete Delete an Epistle
  • git Run push or pull to the remote Git repository

When you first run the epsitle command, it will discover your Vim and ask for the clone URL of the remote repository you want to use.
It will then clone this repository and store the URL in its config.