Metadata-Version: 2.1
Name: xonsh-tcg
Version: 0.2.32
Summary: tcg support for the Xonsh shell
Home-page: https://github.com/zasdfgbnm/tcg
Author: Xiang Gao
Author-email: tcg@emailaddress.biz
License: MIT
Platform: UNKNOWN

# xonsh-tcg

This is a [Xonsh](https://xon.sh/) plugin for tcg. To install this plugin, do

```bash
xpip install xonsh-tcg
```

After installation, add

```xonsh
xontrib load tcg
```

to your `.xonshrc` to load it automatically. Then `tcg` will automatically create
cgroup for your shells. The cgoup of the current shell will be displayed in
`$PROMPT` and `$TITLE`.


