You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
565 B
37 lines
565 B
# Generic Colouriser plugin |
|
|
|
This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc): |
|
|
|
To use it, add `grc` to the plugins array in your zshrc file: |
|
|
|
```zsh |
|
plugins=(... grc) |
|
``` |
|
|
|
## Commands |
|
|
|
The following commands are wrapped by `grc` so that their output is automatically colored: |
|
|
|
- `cc` |
|
- `configure` |
|
- `cvs` |
|
- `df` |
|
- `diff` |
|
- `dig` |
|
- `gcc` |
|
- `gmake` |
|
- `ifconfig` |
|
- `iwconfig` |
|
- `last` |
|
- `ldap` |
|
- `make` |
|
- `mount` |
|
- `mtr` |
|
- `netstat` |
|
- `ping` |
|
- `ping6` |
|
- `ps` |
|
- `traceroute` |
|
- `traceroute6` |
|
- `wdiff` |
|
- `whois`
|
|
|