---
slug: "pi-nasty-verbs"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/kynnyhsap/pi-nasty-verbs@main/README.md"
repo: "https://github.com/kynnyhsap/pi-nasty-verbs"
source_file: "README.md"
branch: "main"
---
# 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](https://github.com/kynnyhsap/pi-nasty-verbs/blob/HEAD/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
```
