# IdeaRS
A simple CLI to write and manage your ideas.
Inspired by [Eureka][eureka]
## TODO
- [x] Initial repo setup
- [x] 0.1.0
- [x] CLI entrypoint
- [x] Configure with toml file
- [x] Create idea
- [ ] Updates
- [ ] Don't overwrite existing ideas
- [ ] Allow optional values in config
- [ ] Allow reading env vars for config
- [ ] List ideas
- [ ] View ideas
- [ ] Tests
- [ ] 0.2.0 Categorise notes & list by category
- [ ] 0.3.0 VCS plugin to store notes in a git repo
- [ ] 0.4.0 Store code snippets
- [ ] add `CODEOWNERS`
[eureka]: https://github.com/simeg/eureka/