@saadjs/pi-emojis

Unicode emoji shortcode autocomplete for pi

Packages

Package details

extension

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

$ pi install npm:@saadjs/pi-emojis
Package
@saadjs/pi-emojis
Version
0.1.1
Published
Sep 5, 2026
Downloads
275/mo · 21/wk
Author
saadjs
License
MIT
Types
extension
Size
8.4 KB
Dependencies
2 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

@saadjs/pi-emojis

Emoji shortcode autocomplete for pi.

Usage

Type : followed by at least two characters to get suggestions from the native autocomplete:

Please fix this :thumbs

Selecting thumbsup inserts 👍. Complete shortcodes such as :tada: are converted to 🎉 on submit, so they also work in print and RPC modes.

Names are GitHub shortcodes (tada, +1, thumbsup) plus Unicode slugs (party_popper, thumbs_up), sourced from gemoji and unicode-emoji-json. Matching is prefix-based and case-insensitive. Skin-tone variants are not supported.

Install

pi install npm:@saadjs/pi-emojis