Skip to content

jasquier/note

Repository files navigation

Notes

A note taking application.


Usage

Display help:

note [--help]

Create general note:

note 'work on your projects'

Create note under a topic:

note -t garden 'weed the strawberries'

List all notes:

note --list

List all notes under a topic:

note --list -t <topic>

List all topics:

note --list -t


TODO

  • Process command line args.
  • Database decisions.
  • Database integration.
  • Saving notes.
  • Topics and the -t flag.
  • List topics.
  • List notes.
  • List notes under a topic.
  • Test all listings.
  • Setup typescript.
  • Setup development environment.
  • Port your old HOME/notes.
  • Extract types to an index file.

About

A simple note taking app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published