6 releases
0.3.4 | Jan 23, 2021 |
---|---|
0.3.3 | Jan 16, 2021 |
0.3.1 | Jun 10, 2020 |
0.3.0 | Apr 26, 2020 |
0.1.0 | Jan 6, 2020 |
#2857 in Command line utilities
22 downloads per month
44KB
955 lines
Scotty
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.
Installation
scotty
can be installed in a few different ways. More will be added in the future if it gains any traction.
-
Install the binary
Using Cargo
If you have a working rust toolchain installed,
scotty
can easily be installed using cargo.cargo install scotty
Using Homebrew
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 from github
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:
Zsh
Add the following to the end of your
~/.zshrc
filesource <(scotty init zsh)
Bash
Add the following to the end of your
~/.bashrc
filesource <(scotty init bash)
Inspiration
The following projects have been an inspiration for various components in this project:
- Autojump: Provides similar functionality, implemented in python
- Starship: A shell prompt implemented in rust
- Meilisearch: A full text search server implemented in rust
- SublimeText Fuzzy Match: A reverse engineering of Sublime Text's fuzzy match on files and directories
License
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.
Dependencies
~9–19MB
~208K SLoC