@raquezha/nofooter
Powerline-style CLI footer theme and branch editor for the Pi Coding Agent
Package details
Install @raquezha/nofooter from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@raquezha/nofooter- Package
@raquezha/nofooter- Version
0.0.3- Published
- Jun 9, 2026
- Downloads
- not available
- Author
- raquezha
- License
- MIT
- Types
- extension
- Size
- 23.6 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
nofooter
Powerline-style CLI footer theme and branch editor for the Pi Coding Agent. Renders a rich, color-coded status bar with live token counts, cost, context window usage, and the current Git branch — styled in either Dracula Vibrant or Ghostly Pale palette.
Features
- Powerline footer: Input tokens 🟢, output tokens 🟣, cache reads 🟡, cost 🟠, context window usage 🔵
- Branch editor border: Active Git branch shown in the top-right of the editor frame; active model + provider in the bottom-right
- Theme cycling:
/cycle-themecommand toggles betweendracula-vibrantandghostly-pale - Auto-updates: Branch name refreshes on every session start
Usage
# Load directly from this checkout
pi --extension ./packages/nofooter
# Or install from npm and add it to your Pi package/extension config
npm install -g @raquezha/nofooter
Palettes
| Token | Vibrant | Pale |
|---|---|---|
| Background | #282a36 |
#1e1f29 |
| Input | #50fa7b |
#8da88d |
| Output | #bd93f9 |
#9b9bc0 |
| Cache | #f1fa8c |
#b8b88d |
| Cost | #ffb86c |
#a8968d |
| Context | #8be9fd |
#8da8a8 |