04a1f33cb1
- Full-screen Bubble Tea TUI with cream background fill using PadLine/FillBlankLines - Self-update command (--update) pulling from GitHub releases - install.sh for curl one-liner installation - Terminal Lovers section on web landing page with install command and CLI features - All 7 format categories, glob/directory batch support, auto-download ffmpeg
8 lines
90 B
Go
8 lines
90 B
Go
package main
|
|
|
|
import "github.com/noauf/transmute-cli/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|