A note taking application.
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
- 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.