Quickclip

A directory book marker written in rust 🦀!

Demo

Installation

with cargo run : cargo install quickclip
then add your respective shells startup script:

fish
add quickclip init fish | source to your config file.
this is usually in fish.config
zsh
add eval "$(quickclip init zsh)" to your config file.
this is usually in .zshrc
bash
add eval "$(quickclip init bash)" to your config file.
this is usually in .bashrc

Usage

function goto set -l path (command quickclip goto $argv) cd -- "$path" end

```

Roadmap

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 - auto creation of the goto shell function