GitHub

Build Status Go Report Card

Note is a templating tool to enable quick creation of notes with useful meta information.

Documentation

Note makes it easier to take notes by reading a template file, populating it with runtime data, and opening the result in an editor. It is useful to create templates for specific types of notes, such as internal meeting notes, client meetings, task notes, or even Readme.md that would quickly be populated with useful information with ease.

  1. Install note as you would any Golang cli application.
  2. Ensure that your $EDITOR environmental variable is set.
  3. Run note using note This is my first note
  4. note will take the arguments and use them as the Title of the note, and in templates.
  5. The default template will be used.

Usage

"Usage: note [options]

Read the original on github.com ↗