mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
478 B
Plaintext
23 lines
478 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|