diff --git a/README.md b/README.md index fc2f3bf..18deef0 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,12 @@ Confetti (or fireworks) inside your terminal.
- +
-### Preview - -You can preview `confetty` through `ssh` (thanks to [charmbracelet/wish](https://github.com/charmbracelet/wish)) - -```bash -# Confetti -ssh -p 2222 ssh.caarlos0.dev -# Fireworks -ssh -p 2223 ssh.caarlos0.dev -``` ++ +
### Installation @@ -23,6 +16,15 @@ ssh -p 2223 ssh.caarlos0.dev go install github.com/maaslalani/confetty@latest ``` +### Preview + +Get `confetty` in your terminal without installing through SSH. + +``` +ssh -p 2222 ssh.caarlos0.dev # Confetti +ssh -p 2223 ssh.caarlos0.dev # Fireworks +``` + ### Usage ``` diff --git a/confetty.gif b/confetty.gif new file mode 100644 index 0000000..9a766f5 Binary files /dev/null and b/confetty.gif differ diff --git a/confetty.tape b/confetty.tape new file mode 100644 index 0000000..c2712cf --- /dev/null +++ b/confetty.tape @@ -0,0 +1,21 @@ +Output confetty.gif + +Set Padding 0 +Set FontSize 12 + +Hide +Type "confetty" Enter +Show + +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space + +Sleep 2s \ No newline at end of file diff --git a/firewords.gif b/firewords.gif new file mode 100644 index 0000000..9a640bd Binary files /dev/null and b/firewords.gif differ diff --git a/fireworks.tape b/fireworks.tape new file mode 100644 index 0000000..8fdcffa --- /dev/null +++ b/fireworks.tape @@ -0,0 +1,21 @@ +Output firewords.gif + +Set Padding 0 +Set FontSize 12 + +Hide +Type "confetty fireworks" Enter +Show + +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space +Sleep 1s +Space + +Sleep 2s \ No newline at end of file