| Crates.io | quickclip |
| lib.rs | quickclip |
| version | 0.1.4 |
| created_at | 2023-06-30 19:29:46.289823+00 |
| updated_at | 2023-07-24 01:08:17.011824+00 |
| description | A CLA that allows you to book mark important directories. |
| homepage | |
| repository | https://github.com/bobby-palmer/quickclip |
| max_upload_size | |
| id | 904904 |
| size | 472,652 |
A directory book marker written in rust 🦀!

with cargo run : cargo install quickclip
then add your respective shells startup script:
quickclip {NAME}
quickclip list quickclip remove {NAME}goto {NAME}
alias qc = quickclip# set to cd using bookmarks
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: