1
0
Fork
You've already forked ytq
0
Search youtube from the command line!
  • Go 100%
Find a file
2023年10月31日 11:27:40 +02:00
parser Removing new line symbol in author's name if it exists. 2023年10月29日 11:59:11 +02:00
go.mod HYperlinks and Author added. 2023年10月29日 10:58:16 +02:00
go.sum HYperlinks and Author added. 2023年10月29日 10:58:16 +02:00
LICENSE Initial commit 2023年10月28日 19:00:31 +03:00
main.go Bug fix. 2023年10月31日 11:27:40 +02:00
README.md README added. 2023年10月29日 11:31:30 +02:00

ytq - youtube query

Search youtube from the command line

Usage

ytq cute cats

Building

You can find prebuilt binaries in releases You can change individous instances that are used by modifying the individouses variable in main.go If hyperlinks don't work in your preferred terminal, disable them by setting the hyperlinks variable to false in main.go

 go build -ldflags=-w

We use -ldflags=-w to omit the debug information.