https://github.com/redxtech/zsh-kitty
A zsh plugin that provides completions for the kitty terminal emulator.
https://github.com/redxtech/zsh-kitty
completions kitty zsh zsh-plugin
Last synced: 7 months ago
JSON representation
A zsh plugin that provides completions for the kitty terminal emulator.
- Host: GitHub
- URL: https://github.com/redxtech/zsh-kitty
- Owner: redxtech
- License: other
- Created: 2021-07-04T00:30:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T23:52:23.000Z (over 4 years ago)
- Last Synced: 2025-03-26T11:21:37.259Z (8 months ago)
- Topics: completions, kitty, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-zsh-plugins - kitty - Completions for [kitty](https://sw.kovidgoyal.net/kitty/) terminal emulator. (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - kitty - Completions for 🌎 [kitty](sw.kovidgoyal.net/kitty/) terminal emulator. (Completions / ZSH on Windows)
README
# kitty
> kitty is a zsh plugin that provides completions for the `kitty` terminal emulator.
## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-kitty
# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-kitty
```
### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-kitty` to the plugins
array in your `.zshrc` file:
```zsh
plugins=(... zsh-kitty)
```
## Usage
Once you install it, you just need to run `__kitty_complete` (put it somewhere in your `.zshrc`
after loading your plugins), and completions for the `kitty` command should work!
## Author
**kitty** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.