summaryrefslogtreecommitdiff
path: root/plugins/grc/README.md
blob: dfda414664df8c42dfe9b8ec4ff22136a310129c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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`