Files
navigate/todo.md
T
root c45373e1ab implemented arguments show_stack_on_push/pop
added setting `stack_hide_numbers`
2025-02-06 23:27:39 +01:00

24 lines
893 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
- [x] .. to write default config
- [x] .. ignore comments in config file
- [x] parse config file
- [x] 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
- [x] do not resolve links in bookmarks
- [x] push <number> to push path in stack
- [x] write documentation
- [x] change config file extension to `.toml`
- [x] add bash completions
- [x] option to show home directory as '~'
- [x] apply arguments or delete them..