A directory book marker written in rust 🦀!
with cargo run : cargo install quickclip
quickclip
quickclip {NAME}
quickclip list
quickclip remove {NAME}
quickclip goto {NAME}
open a GUI for the goto command with quickclip goto
Saving quickclip as an alias for your shell such as alias qc = quickclip
function goto set -l path (command quickclip goto $argv) cd -- "$path" end
```
Eventually I would like to add a fuzzy finder to the tui for selecting the book mark. Currently, though I am more focused on polishing up the current features such as: - Better error handling - confirming before overwriting a book mark