Slack-style :emoji: autocomplete for the Paseo composer.
Supported platforms: Windows, Linux, macOS.
From the plugin's README
paseo plugin add YoseptF/paseo-emoji --ref mainSecurity status covers commit 425e37563234. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add YoseptF/paseo-emoji
README
A Paseo plugin that adds Slack-style :emoji: autocomplete to the composer.
Type : followed by at least three letters and a popup lists the matching emoji, with the
matched letters highlighted. Pick one with Enter or Tab, move with ↑/↓, dismiss
with Esc, or click a row. The shortcode is replaced by the emoji character itself.
Matching covers exact names, prefixes, word prefixes (:dav → star_of_david), substrings,
and letters in order across one gap (:tada → s·ta·r_of_·da·vid). Shortcodes are Slack's,
from emoji-datasource.
paseo plugin add YoseptF/paseo-emoji
bun install
bun run typecheck
bun run test
shared/emoji-data.ts is generated; to refresh it:
npm i --no-save emoji-datasource && node scripts/generate-emoji-data.mjs
Scanned 16 Sep 2026, 14:17 UTC from YoseptF/paseo-emoji.