implemented functionality of show_stack_on_push/pop

This commit is contained in:
2025-01-13 23:38:23 +01:00
parent 5cb08dc2c1
commit ef903ab9ec
3 changed files with 18 additions and 12 deletions
+5 -5
View File
@@ -3,10 +3,10 @@
- [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
- [ ] config file
- [x] config file
- [ ] dedup stack option
- [ ] parse config file -- partially done, handling of colors to be fixed
- [ ] apply config -- partially done
- [ ] colored output > make it configurable through config file
- [x] parse config file
- [ ] apply config -- partially more done than before :)
- [ ] colored output > make it configurable through config file --> at least partially done
- [x] setting for separator string when displaying stack/bookmarks
- [x] bookmarks
- [x] bookmarks