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

https://github.com/shihanng/zim-granted

A Zim's module that set up shell completion for Granted
https://github.com/shihanng/zim-granted

assume aws granted zim zimfw zsh zsh-completion

Last synced: 2 months ago
JSON representation

A Zim's module that set up shell completion for Granted

Awesome Lists containing this project

README

          

# zim-granted

A [Zim](https://zimfw.sh/)'s module that set up shell completion for [Granted](https://docs.commonfate.io/granted/introduction).

## Prerequisites

- [Granted](https://docs.commonfate.io/granted/getting-started)

## Usage

Add the following to your `~/.zimrc`.

> [!NOTE]
> This module uses granted CLI to generate completion file.
> The CLI creates the completion in `$HOME/.granted/zsh_autocomplete/`
> and adds `fpath` in `$HOME/.zshenv` if not exist.

```zsh
zmodule shihanng/zim-granted
```