Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/naegling/zsh-autorestic

zsh plugin for autorestic completion
https://github.com/naegling/zsh-autorestic

Last synced: about 2 months ago
JSON representation

zsh plugin for autorestic completion

Lists

README

        

# Autorestic Plugin

zsh plugin for installing command completions

This plugin automatically installs [autorestic](https://github.com/cupcakearmy/autorestic/)'s completions for you, and keeps them up to date as your autorestic version changes.

To use it, add `zsh-autorestic` to the plugins array in your zshrc file:

```zsh
plugins=(... zsh-autorestic)
```