17 lines
482 B
Markdown
17 lines
482 B
Markdown
# To-Do List
|
|
|
|
- [X] v1.0
|
|
- [X] Add basic functionality.
|
|
- [X] Add more safeguards to avoid bad usage.
|
|
- [X] Create a man page.
|
|
- [X] Add more documentation to `help` subcommand.
|
|
- [X] Properly align output columns from `list` subcommand.
|
|
- [X] Add feature for editing recipe name and description.
|
|
- [X] Name
|
|
- [X] Description
|
|
|
|
- [ ] v1.1
|
|
- [ ] Add import/export functionality.
|
|
- [ ] Allow for writing description in editor.
|
|
- [ ] Add examples to man page.
|