15 lines
433 B
Markdown
15 lines
433 B
Markdown
# To-Do List
|
|
|
|
- [-] v1.0
|
|
- [X] Add basic functionality.
|
|
- [X] Add more safeguards to avoid bad usage.
|
|
- [ ] Create a man page.
|
|
- [ ] 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
|
|
|
|
- [ ] Add import/export functionality.
|
|
- [ ] Allow for writing description in editor.
|