Commit Graph

22 Commits

Author SHA1 Message Date
root 1005eddeb8 implemented bookmarks subcommand clean to remove entries with invalid
paths
2025-07-03 23:48:24 +02:00
root 86744ce8fa fixed error message using warning style 2025-07-03 23:18:06 +02:00
root fe54a75c99 fixed bookmarks completions and error messages 2025-06-24 22:42:22 +02:00
root eca1414390 implemented displaying invalid path and according styles 2025-06-24 21:53:56 +02:00
root 3f05706dfb added check to not overwrite existing bookmarks 2025-02-23 01:02:14 +01:00
root 5f0121a404 merged stack_home_as_tilde & book_home_as_tilde to
`show_home_as_tilde`
2025-01-28 00:01:17 +01:00
root 7b60a8a3a9 implemented option to show home directory as '~' 2025-01-26 21:31:31 +01:00
root f5d1dfa485 first draft of the README file
changed file extensions of bookmark and config file
2025-01-22 23:04:36 +01:00
scbj 27e75379a6 fixed stack/bookmarks path style leeking into punctuation style 2025-01-20 13:50:05 +01:00
root 5c7a8548d4 added shell completions for push and bookmarks 2025-01-19 22:52:24 +01:00
root 64e12222bd changed config-parser macro to check struct hirarchy when parsing
configuration file

fixed formatting of stack and bookmarks
2025-01-19 16:38:35 +01:00
root db8c62c476 bookmarks and stack can now hold paths with links 2025-01-15 23:06:24 +01:00
root 39ad2de67c implemented (separate) punctuation-style for stack and bookmarks 2025-01-15 00:11:54 +01:00
root b0e2e430b5 added src/output.rs to handle command output
adjusted todo.md
2025-01-14 23:31:10 +01:00
root 9f4d522aa3 bookmarks are alphabetically sorted by name now, thanks BTreeMap 2025-01-13 21:23:31 +01:00
root 16adafb8b9 fixed separators being printed with quotes 2025-01-13 20:49:03 +01:00
root f5197c6362 reached usable state with procedural macro 2025-01-12 23:41:34 +01:00
root d20fd0d023 renamed config-parser and implemented the first set of functions for the
macro
extended and cleaned up format.rs and moved it into `config-parser`
some other bits and bobs
2025-01-11 22:38:12 +01:00
root 77cd64dd60 added function to wrap debug messages in an echo command
implemented formatted printing of stack and bookmarks
2024-12-15 00:35:09 +01:00
root e3d43755b1 implemented popping multiple entries at once 2024-12-08 11:29:15 +01:00
root 036e3d3574 quicksave 2024-12-08 10:08:09 +01:00
root fd8c2438c2 separated bookmarks from config, clean up in main pending 2024-12-05 22:38:23 +01:00