An easy-to-use command line tool for fetching real-time sports information
Motivation
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.
Download
The Releases Page contains the most recent releases of Uli. Binaries for both Linux and OS X are included in the zip file.
Usage
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'
Supported Sports
- NHL
Building
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/uligo mod downloadgo run uli.go nhlshould successfully build and run
