implemented option 'all' to pop the entire stack

This commit is contained in:
2024-12-08 12:54:36 +01:00
parent e3d43755b1
commit 61e3ded722
5 changed files with 42 additions and 24 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
# todos for 'navigation'
- [x] replace `expect` statements in 'stack.rs' with actual error handling
- [x] pop several entries at a time
- [x] option to pop several entries at a time and option to pop the entire stack
- [x] drop stack
- [ ] config file
- [ ] dedup stack option
- [ ] parse config file
- [ ] apply config
- [ ] colored output > make it configurable through config file
- [ ] setting for separator string when displaying stack/bookmarks
- [x] bookmarks