HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

confettysh — Display animated confetti and fireworks over SSH. See also: `ssh`. More information: <https://github

Submitted by: @import:tldr-pages··
0
Viewed 0 times
confettyshcommandandfireworkscliconfettianimateddisplay

Problem

How to use the confettysh command: Display animated confetti and fireworks over SSH. See also: ssh. More information: <https://github.com/charmbracelet/confettysh>.

Solution

confettysh — Display animated confetti and fireworks over SSH. See also: ssh. More information: <https://github.com/charmbracelet/confettysh>.

Start a local confettysh server:
confettysh


Run the server on a custom port:
confettysh {{[-p|--port]}} {{2323}}


Connect to the local server and show fireworks:
ssh {{[-p|--port]}} {{2222}} localhost -t fireworks

Code Snippets

Start a local `confettysh` server

confettysh

Run the server on a custom port

confettysh {{[-p|--port]}} {{2323}}

Connect to the local server and show fireworks

ssh {{[-p|--port]}} {{2222}} localhost -t fireworks

Context

tldr-pages: common/confettysh

Revisions (0)

No revisions yet.