@tombell/pi-logo

Display an ASCII Pi logo in Pi's startup header

Packages

Package details

extension

Install @tombell/pi-logo from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@tombell/pi-logo
Package
@tombell/pi-logo
Version
0.0.1
Published
Aug 6, 2026
Downloads
169/mo · 11/wk
Author
tombell
License
BSD-3-Clause
Types
extension
Size
3.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@tombell/pi-logo

Display an ASCII Pi logo in Pi's startup header.

██████╗
██╔══██╗██╗
██████╔╝╚═╝
██╔═══╝ ██╗
██║     ██║
██║     ██║
╚═╝     ╚═╝

Features

  • Replaces the built-in startup header with a theme-aware ASCII logo.
  • Adapts to narrow terminal widths.
  • Leaves non-interactive modes unchanged.

Install

  • From npm: pi install npm:@tombell/pi-logo
  • Local/quick test: pi -e path/to/pi-logo