https://github.com/avi-d-coder/rust-zsh-completions
zsh completions generated by rustup
https://github.com/avi-d-coder/rust-zsh-completions
Last synced: 4 months ago
JSON representation
zsh completions generated by rustup
- Host: GitHub
- URL: https://github.com/avi-d-coder/rust-zsh-completions
- Owner: Avi-D-coder
- Created: 2019-11-02T05:54:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T01:51:47.000Z (about 2 years ago)
- Last Synced: 2025-03-28T19:13:34.716Z (about 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These completions are generated by `rustup`.
I have created this repository to use them with a zsh plugin manager.
I use https://github.com/jedahan/zr to manage my zsh plugins, but you can use any other plugin manager.
To regenerate completions, run:
```sh
rustup completions zsh cargo > ./_cargo
rustup completions zsh > ./_rustup
```