Crates.io | scotty |
lib.rs | scotty |
version | 0.3.4 |
source | src |
created_at | 2020-01-06 09:24:23.972531 |
updated_at | 2021-01-23 12:32:27.46604 |
description | A chillingly fast dir switcher using fuzzy search. |
homepage | |
repository | https://github.com/wdullaer/scotty |
max_upload_size | |
id | 195722 |
size | 131,198 |
Scotty uses full text search techniques to rapidly go to directories in your shell that you have visited previously. It is implemented in rust, because I wanted to learn the language, but also to minize any latency so that your shell remains snappy.
scotty
can be installed in a few different ways. More will be added in the future if it gains any traction.
Install the binary
If you have a working rust toolchain installed, scotty
can easily be installed using cargo.
cargo install scotty
If you have homebrew installed, you can install it from our custom tab. Packages are provided for Mac and 64bit glibc Linux.
brew tap wdullaer/scotty
brew install scotty
Download the latest release from http://github.com/wdullaer/scotty/releases and extract it to a place on your path.
Add the init script to your shell's config file:
Add the following to the end of your ~/.zshrc
file
source <(scotty init zsh)
Add the following to the end of your ~/.bashrc
file
source <(scotty init bash)
The following projects have been an inspiration for various components in this project:
All the code in this repository is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.