updated todos

This commit is contained in:
scbj
2025-06-23 10:20:51 +02:00
parent f66cd146d8
commit ad96c2951d
2 changed files with 27 additions and 23 deletions
+27
View File
@@ -44,3 +44,30 @@ Style settings accept styles and one color in the following formats:
> *NOTE*: The styles and colors are applied as ansi escape sequences and I do not know a terminal which implements all sequences. > *NOTE*: The styles and colors are applied as ansi escape sequences and I do not know a terminal which implements all sequences.
# todos
- [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
- [ ] option to show invalid paths
- [ ] style option for invalid paths
- [ ] option & subcommand to remove invalid paths
- [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..
-23
View File
@@ -1,23 +0,0 @@
# 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..