Commit Graph

37 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 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
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 c45373e1ab implemented arguments show_stack_on_push/pop
added setting `stack_hide_numbers`
2025-02-06 23:27:39 +01:00
root 7796a4d1a8 implemented writing default configuration 2025-02-01 16:02:36 +01:00
root f4676eb2c3 implemented push to stack entry by number 2025-01-27 23:57:48 +01:00
root 5c7a8548d4 added shell completions for push and bookmarks 2025-01-19 22:52:24 +01:00
root 281ca56741 quick save 2025-01-18 22:27:33 +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 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 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 61e3ded722 implemented option 'all' to pop the entire stack 2024-12-08 12:54:36 +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
root ec4143d040 quicksave 2024-12-05 21:10:23 +01:00
root 0a773c48c4 work in progress 2024-12-03 00:16:37 +01:00
root 5b1d79ca7c started implementing text formatting with ansi escape sequences 2024-12-01 23:44:40 +01:00
root b41fbf8047 .. 2024-12-01 21:00:29 +01:00
root e8a52c1775 implemented bookmark add/remove functions 2024-11-30 23:15:13 +01:00
root dfd14c8ee9 implemented parsing, listing and pushing of bookmarks 2024-11-30 22:26:11 +01:00
root dce08c9b9a added clear function as optional subcommand to stack command 2024-11-29 08:08:51 +01:00
root e6879afd58 fixed push command to store current directory before changing directory 2024-11-27 23:55:24 +01:00
root ce096d2430 implemented push and pop commands, push command saves the wrong path though 2024-11-27 23:44:47 +01:00
root 51ea69194d progress on stack 2024-11-24 23:58:28 +01:00
root 885a3e1d37 clap is weird 2024-11-20 23:18:51 +01:00
root e45dbad2b0 initial commit 2024-11-17 23:46:59 +01:00