# pi-nasty-verbs

Pi's default `Working...` is _not reflective_ enough of what my agents are _actually doing_. This extension fixes that.

> Full list of verbs is in [nasty-verbs.ts](nasty-verbs.ts). I call it as I see it.

## Try this extension

```bash
# try (without installation)
pi -e git:github.com/kynnyhsap/pi-nasty-verbs

# install globally
pi install git:github.com/kynnyhsap/pi-nasty-verbs

# or locally (for the current project)
pi install -l git:github.com/kynnyhsap/pi-nasty-verbs
```

or via npm:

```bash
# try (without installation)
pi -e npm:pi-nasty-verbs

# install globally
pi install npm:pi-nasty-verbs

# or locally (for the current project)
pi install -l npm:pi-nasty-verbs
```
