Update tool todo-list

This commit is contained in:
Matthias Beyer 2017-10-14 15:37:24 +02:00
parent 01f527d7c4
commit 106ba44d4a

View file

@ -11,9 +11,12 @@ short note what each module should do.
First the modules which have been implemented in some way (not necessarily First the modules which have been implemented in some way (not necessarily
perfect or feature-complete): perfect or feature-complete):
- [x] imag-annotate - A helper for quickly annotating entries in the store
- [x] imag-bookmark - A bookmark manager for web browsing. - [x] imag-bookmark - A bookmark manager for web browsing.
- [x] imag-counter - Counting things. - [x] imag-counter - Counting things.
- [x] imag-diary - A diary, or multiple. - [x] imag-diary - A diary, or multiple.
- [x] imag-gps - Adding GPS coordinates to entries
- [x] imag-grep - A helper to grep through the store (not entry headers)
- [x] imag-grep - A utility for greping through content - [x] imag-grep - A utility for greping through content
- [x] imag-link - Linking imag entries to eachother - [x] imag-link - Linking imag entries to eachother
- [x] imag-notes - Note taking - [x] imag-notes - Note taking
@ -37,7 +40,6 @@ Now the modules that are not yet started:
based on a predicate specified via the CLI and write the store back to stdout. based on a predicate specified via the CLI and write the store back to stdout.
- [ ] imag-git - wrapper to call git commands on the imag store no matter - [ ] imag-git - wrapper to call git commands on the imag store no matter
whether the current working directory is the store or not whether the current working directory is the store or not
- [ ] imag-gps - Adding GPS coordinates to entries
- [ ] imag-habit - Tracking ones habits (create habits and make sure you do what - [ ] imag-habit - Tracking ones habits (create habits and make sure you do what
you've planned) you've planned)
- [ ] imag-image - Image referencing, categorizing, etc. - [ ] imag-image - Image referencing, categorizing, etc.