LoL Esports in your terminal.
Never miss a match again, keep track of the results and follow your favorite leagues and players from your terminal!
Installation
[!IMPORTANT]
For the best experience, a Nerd Font should be installed and enabled, along with a terminal that supports emojis.
Homebrew tap
# macOS
brew install matthieugusmini/tap/rift
apt
# Debian/Ubuntu
echo 'deb [trusted=yes] https://apt.fury.io/matthieugusmini/ /' | sudo tee /etc/apt/sources.list.d/fury.list
sudo apt update
sudo apt install rift
dnf
# Fedora/RHEL
echo '[matthieugusmini]
name=matthieugusmini
baseurl=https://yum.fury.io/matthieugusmini/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/fury.repo
sudo dnf install rift
Go
go install github.com/matthieugusmini/rift@latest
Docker
docker run --rm -it ghcr.io/matthieugusmini/rift
Build
git clone https://github.com/matthieugusmini/rift.git
cd rift
go build
Linux packages (.deb, .apk, .rpm)
Download one of the .deb, .rpm or .apk file from the releases page and install it using your tool of choice.
Supported terminals
If your terminal does not appear in the above list, feel free to open a pull request to add it.
License
MIT