Add a fun, unique generative rocket greeting to every new terminal tab across bash, zsh, fish, and PowerShell.
Save a favorite rocket palette and have it reappear at a set frequency alongside fresh random ones.
Browse your recent rocket history to recover one that appeared a few tabs ago.
Reproduce the exact same rocket design on a different machine or shell by reusing its six hex color codes.
| clefspear/starcommand | alexwortega/claude-ml-intern-skill | 5p00kyy/club-5060ti | |
|---|---|---|---|
| Stars | 24 | 24 | 23 |
| Language | Shell | Shell | Shell |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Single curl or PowerShell install command depending on your shell.
Starcommand is a shell greeting script that draws a different rocket ship in your terminal every time you open a new tab or window. It works in bash, zsh, fish, and PowerShell, so you can use it on Mac, Linux, or Windows without switching your setup. Each rocket is built from a palette of six color codes. The colors control everything: which 18 cells around the rocket light up as stars, which of 8 flame shapes appears at the bottom, and the overall color scheme of the body and portholes. The math means there are roughly two times ten to the forty-third power distinct rockets possible, which is more than you could ever see in a human lifetime of opening terminals. Each launch draws a fresh palette from your system's random source, so two identical rockets appearing twice is, for all practical purposes, impossible. The interesting flip side is that every rocket is fully reproducible. Because the six hex codes determine everything about how a rocket looks, saving those codes saves the entire design. Open the same six codes in bash on your laptop and in PowerShell on a Windows machine and you get the identical stars in the identical positions with the identical flame. The project includes a parity test that runs all four shell implementations against the same reference and checks for zero differences. The star command manages your collection. You can save a rocket you like, list your saved favorites, browse your recent history to rescue one that rolled up a few tabs ago, and preview any custom palette before adding it. A weight setting controls how often your terminal shows a saved favorite versus rolling something new. Color modes let you switch star colors between gold, plain white, and a neon mode that assigns every star its own color from a 28-color wheel. Installing is a single curl or PowerShell command depending on your shell. Running star update fetches newer versions, and the tool can optionally check for updates in the background on a weekly schedule if you opt in.
A cross-shell terminal greeting that draws a unique, reproducible rocket ship from a random color palette every time you open a new tab.
Mainly Shell. The stack also includes Shell, Bash, Zsh.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.