Commit Graph

77 Commits

Author SHA1 Message Date
scbj 1512d5117e added completions for book clean 2026-01-28 09:49:17 +01:00
root af40dee02d updated bash setup script 2025-10-25 12:05:50 +02:00
root d66f0defb8 inserted check for bookmarknames 2025-08-04 09:40:03 +02:00
scbj 4e8c311476 improved output of book remove & added todo 2025-07-09 10:39:33 +02:00
scbj 3eee1e304c added todo 2025-07-09 10:31:56 +02:00
scbj b10375dac0 readme fixes 2025-07-08 15:33:54 +02:00
root 71658df5fe implemented options to dedup/rotate stack 2025-07-06 21:21:44 +02:00
scbj 7dcdce624f added todo 2025-07-04 08:48:40 +02:00
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
scbj 600feeacd5 more todos 2025-06-26 08:10:09 +02:00
root fe54a75c99 fixed bookmarks completions and error messages 2025-06-24 22:42:22 +02:00
root 76d1817a1e fixed bookmarks completions, light refactoring 2025-06-24 22:22:06 +02:00
root eca1414390 implemented displaying invalid path and according styles 2025-06-24 21:53:56 +02:00
scbj ad96c2951d updated todos 2025-06-23 10:20:51 +02:00
root f66cd146d8 writes default if no config file found 2025-06-08 21:53:18 +02:00
scbj 29cd585fbd check bookmarkname != 'add' || 'remove' 2025-04-05 17:45:03 +02:00
root 315ace51ed navigate can now handle path with spaces, path can only be last
argument though
2025-03-30 13:20:29 +02:00
root 3f05706dfb added check to not overwrite existing bookmarks 2025-02-23 01:02:14 +01:00
root 08d1769953 fixed config parser code to allow for '=' in separators 2025-02-23 00:26:20 +01:00
root c45373e1ab implemented arguments show_stack_on_push/pop
added setting `stack_hide_numbers`
2025-02-06 23:27:39 +01:00
scbj c846a16c8f minor clean up 2025-02-03 09:57:09 +01:00
root 1c30fd87a5 version 1.0.0 2025-02-01 23:06:34 +01:00
root 50a24b7503 updated the readme file 2025-02-01 23:05:47 +01:00
root 97416600f4 .. 2025-02-01 16:05:04 +01:00
root 7796a4d1a8 implemented writing default configuration 2025-02-01 16:02:36 +01:00
root 88db002985 fixed string comparisons in setup script 2025-02-01 10:13:09 +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 f4676eb2c3 implemented push to stack entry by number 2025-01-27 23:57:48 +01:00
root 7b60a8a3a9 implemented option to show home directory as '~' 2025-01-26 21:31:31 +01:00
root 61eb72e69a added shell completions for push subcommands and pop 2025-01-23 22:23:12 +01:00
scbj 6fc7858788 added example configuration file 2025-01-23 08:58:02 +01:00
zegonix 89d676970c .. 2025-01-22 23:06:47 +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
root 9a3756f552 implemented logic to ignore both line and inline comments within toml
file
2025-01-21 23:18:54 +01:00
scbj d607f82440 . 2025-01-21 09:51:36 +01:00
root d0c4bf1ba2 renamed bash_setup.sh to navigate_bash_setup, fixed completions for
`push`
2025-01-20 22:01:22 +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 281ca56741 quick save 2025-01-18 22:27:33 +01:00
scbj 1abb470dd6 started default function 2025-01-16 18:08:23 +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
scbj 0f2a922232 fixed and cleaned up bash setup script 2025-01-14 08:49:52 +01:00
root ef903ab9ec implemented functionality of show_stack_on_push/pop 2025-01-13 23:38:23 +01:00
root 5cb08dc2c1 bookmarks can be added with relative paths now 2025-01-13 23:00:41 +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