Skip to content

cassidoo/emoji-list-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Emoji List Generator

An AI-powered CLI that turns plain bullet lists into emoji-prefixed markdown lists and copies the result to your clipboard.

Built on:

🖥️ @opentui/core for the terminal UI

:octocat: @github/copilot-sdk for the AI brain

📋 clipboardy for clipboard access

✨ Demo

Before                        After
- Ship onboarding             🚀 Ship onboarding
- Investigate flaky test  ->  🐛 Investigate flaky test
- Take a break                ☕ Take a break

UI:

image

📋 Prerequisites

🥟 Bun ≥ 1.3 — OpenTUI is Bun-exclusive.

:octocat: GitHub Copilot CLI installed and authenticated (copilot on your PATH, signed in with a Copilot-enabled account).

🚀 Install

git clone <this-repo>
cd emoji-list-generator
bun install

🛠 Usage

bun start
  1. The TUI opens with a text area focused.
  2. Type or paste your bullet points (one per line, -, *, or + markers).
  3. Press Ctrl+S to generate.
  4. The result appears in the panel below and is copied to your clipboard.
  5. Press Ctrl+L to clear and start over, or Ctrl+C to quit.

🌍 Install globally (run emoji-list from anywhere)

The package.json declares a bin named emoji-list. Register it globally with Bun:

# From inside this repo
bun link

# Then, from any directory
emoji-list

To unregister later: bun unlink (from this repo) or bun remove -g emoji-list-generator.

Alternative: publish or install by path

# Install straight from a local folder as a global package
bun install -g /absolute/path/to/emoji-list-generator

Windows PATH note

bun link places a shim in %USERPROFILE%\.bun\bin (added to your PATH by the Bun installer). If emoji-list isn't found after linking, open a new terminal window — PATH changes don't apply to already-open shells.

About

An AI-powered CLI that turns plain bullet lists into emoji-prefixed markdown lists and copies the result to your clipboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors