ZSH abbreviation expansion plugin
```yaml
abbrevs: - name: git abbr: g snippet: git
zsh
$ eval "$(zabrze init --bind-keys)"
then
```zsh
$ g
$ git commit -m
$ cat a.txt | .1
$ cat a.txt | awk '{print $1}' ```
yaml
abbrevs:
- name: '>/dev/null'
abbr: 'null'
snippets: '>/dev/null 2>&1'
global: true
```zsh
$ echo a null
$ echo a >/dev/null 2>&1 ```
```yaml abbrevs: - name: git commit abbr: c snippet: commit global: true context: '^git\s'
```zsh
$ git c
$ git commit
$ git push -d origin B
$ git push -d origin main ```
yaml
abbrevs:
- name: python3 *.py
abbr-pattern: \.py$
snippet: python3
action: prepend
```zsh
$ ./a.py
$ python3 ./a.py ```
You can download a binary release here.
zsh
zinit blockf light-mode as"program" from"gh-r" for \
atload'eval "$(zabrze init --bind-keys)"' \
Ryooooooga/zabrze
zsh
$ cargo install zabrze
zsh
$ brew install ryooooooga/tap/zabrze