An easy-to-use command line tool for fetching real-time sports information
I recently switched to DuckDuckGo for my internet searches. One thing I miss about Google is its ability to show me today's sports games. Uli solves this problem by providing easy access to sports information in the terminal.
The Releases Page contains the most recent releases of Uli. Binaries for both Linux and OS X are included in the zip file.
You can also alias Uli commands to make them even shorter by adding lines like this to your .bashrc
or .zshrc
files:
alias nhl='uli nhl'
alias nyr='uli nhl nyr'
- NHL
Uli requires Go 1.11 or higher.
- Make a workspace directory somewhere, e.g.
~/workspace/uli
- Create a home for the source following Go conventions:
mkdir -p ~/workspace/uli/github.com/dimes
- Check out the code
cd ~/workspace/uli/github.com/dimes && git clone git@github.com:dimes/uli.git
cd ~/workspace/uli/github.com/dimes/uli
go mod download
go run uli.go nhl
should successfully build and run