bheesham / rust.fish

Tab completions for rustc and cargo!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust.fish

These changes have been merged upstream to the fish shell project!

Tab completions for rustc and cargo!

Installation

Clone this repo, then in your .config/fish/config.fish file, add:

source /path/to/rustc.fish
source /path/to/cargo.fish

Known "bugs"

cargo:

  • The --help, --list, --quiet, --verbose, and --version options show up for every command.

About

Tab completions for rustc and cargo!

License:MIT License


Languages

Language:Shell 94.0%Language:Python 6.0%