Slidetty
Active Go 2025
Markdown slide decks that run in your terminal, with syntax highlighting and keyboard navigation.
Slidetty is a TUI slideshow app. You write the deck in Markdown and present it straight from the terminal — which, if you’re giving a talk about command line tools, is where you already are.
It’s built with Bubble Tea and Glamour, so the Markdown rendering and syntax highlighting are genuinely nice, and the layout reflows when you resize the window.
This is a distant descendant of Showoff, which did the same job in a browser fifteen years earlier.
Install
go build -o slidetty main.go