This is a terminal application written in golang that makes use of the https://github.com/kkdai/youtube/v2 (library to download youtube videos) and github.com/charmbracelet/bubbletea(a tui framework). The terminal application will make use of different CLI libraries to help make the user experience better.
- Install the golang binaries from https://go.dev and make sure go works on your machine
- Second go the project directory and run go mod vendor
- Run the command
go run main.go
in your terminal
Just run the command go build main.go
and an executable file will be created in the project directory
If you are interested in collaborating on this project you can always contact me through my email [email protected]