Tasca is a TUI Pocket client written in Go.
make build
Right now the only supported way of running is to pass the Pocket consumer key as an environment variable and then run the binary like this:
POCKET_CONSUMER_KEY=<your_consumer_key> ./tasca
8000