This commit is contained in:
scbj
2025-01-21 09:51:36 +01:00
parent d0c4bf1ba2
commit d607f82440
+4 -2
View File
@@ -7,11 +7,13 @@
- [x] implement procedural macro for config - [x] implement procedural macro for config
- [x] .. to parse config - [x] .. to parse config
- [ ] .. to write default config - [ ] .. to write default config
- [ ] dedup stack option - [ ] .. ignore comments in config file
- [x] parse config file - [x] parse config file
- [ ] apply config -- partially more done than before :) - [ ] apply config -- partially more done than before :)
- [x] `show-bookmarks-on-book` - [x] `show-bookmarks-on-book`
- [x] setting for separator string when displaying stack/bookmarks - [x] setting for separator string when displaying stack/bookmarks
- [x] color option for punctuation (mostly '/') - [x] color option for punctuation (mostly '/')
- [x] bookmarks - [x] bookmarks
- [ ] do not resolve links in bookmarks - [x] do not resolve links in bookmarks
- [ ] push <number> to push path in stack
- [ ] write documentation