← 返回命令列表

Linux command

confettysh 命令

网络

需要网络或远程资源。

常用示例

Connect to the confettysh SSH server for a confetti animation

ssh [host] -t confetti

Connect for a fireworks animation

ssh [host] -t fireworks

Connect to a local confettysh server

ssh -p [2222] localhost

说明

confettysh is an SSH server that displays confetti and fireworks animations in the terminal. It is built by Charmbracelet using the Wish framework and provides an SSH interface to the confeTTY project by Maas Lalani. The server accepts SSH connections and renders particle-based animations directly in the connected terminal. Users can choose between confetti and fireworks animations by passing the animation type as the SSH command. Pressing any key triggers additional particles. confettysh is primarily a demonstration of building SSH-based TUI applications with Go and the Bubble Tea framework, and is also used as a fun celebratory tool.

FAQ

What is the confettysh command used for?

confettysh is an SSH server that displays confetti and fireworks animations in the terminal. It is built by Charmbracelet using the Wish framework and provides an SSH interface to the confeTTY project by Maas Lalani. The server accepts SSH connections and renders particle-based animations directly in the connected terminal. Users can choose between confetti and fireworks animations by passing the animation type as the SSH command. Pressing any key triggers additional particles. confettysh is primarily a demonstration of building SSH-based TUI applications with Go and the Bubble Tea framework, and is also used as a fun celebratory tool.

How do I run a basic confettysh example?

Run `ssh [host] -t confetti` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more confettysh examples?

This page includes 3 examples for confettysh, plus related commands for nearby Linux tasks.