From 1c33a0213518eb41b1fdffa0345614c6e485006c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:41:33 +0300 Subject: Show fireworks on startup --- cmd/tasksamurai/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/tasksamurai/main.go b/cmd/tasksamurai/main.go index a9d1837..3e2f3ef 100644 --- a/cmd/tasksamurai/main.go +++ b/cmd/tasksamurai/main.go @@ -26,6 +26,9 @@ func main() { os.Exit(1) } + // Show some fireworks on startup. + ui.Fireworks() + // Clear the screen before starting the TUI to avoid leaving any // previous command line artefacts behind. fmt.Print("\033[H\033[2J") @@ -35,6 +38,4 @@ func main() { fmt.Fprintln(os.Stderr, "error running ui:", err) os.Exit(1) } - - ui.Fireworks() } -- cgit v1.2.3