18 lines
653 B
Markdown
18 lines
653 B
Markdown
# todos for 'navigation'
|
|
|
|
- [x] replace `expect` statements in 'stack.rs' with actual error handling
|
|
- [x] option to pop several entries at a time and option to pop the entire stack
|
|
- [x] drop stack
|
|
- [x] config file
|
|
- [x] implement procedural macro for config
|
|
- [x] .. to parse config
|
|
- [ ] .. to write default config
|
|
- [ ] dedup stack option
|
|
- [x] parse config file
|
|
- [ ] apply config -- partially more done than before :)
|
|
- [x] `show-bookmarks-on-book`
|
|
- [x] setting for separator string when displaying stack/bookmarks
|
|
- [x] color option for punctuation (mostly '/')
|
|
- [x] bookmarks
|
|
- [ ] do not resolve links in bookmarks
|