Skip to content

feat(app): add --clipboard flag to copy output to clipboard#31

Open
charlesLoder wants to merge 1 commit into
benvinegar:mainfrom
charlesLoder:copy-to-clipboard
Open

feat(app): add --clipboard flag to copy output to clipboard#31
charlesLoder wants to merge 1 commit into
benvinegar:mainfrom
charlesLoder:copy-to-clipboard

Conversation

@charlesLoder

@charlesLoder charlesLoder commented Jun 11, 2026

Copy link
Copy Markdown

Summary

This PR adds a -c / --clipboard CLI option that copies the rendered drawing to the system clipboard using the clipboardy package.

Works alongside --output for dual file+clipboard flow.

Notes

  • used clipboardy instead of writing the logic myself in the app b/c the package is more tested
  • not sure why bun.lock has so many changes

Heard about this on Syntax just days after experimenting with ascii art in agents, thanks for the awesome tool!

Adds -c / --clipboard CLI option that copies the rendered drawing to
the system clipboard using clipboardy (cross-platform: pbcopy, xclip,
wl-copy, clip). Works alongside --output for dual file+clipboard flow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant