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!
Important
For the best experience, a Nerd Font should be installed and enabled, along with a terminal that supports emojis.
# macOS
brew install matthieugusmini/tap/rift
# 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
# 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 install github.com/matthieugusmini/rift@latest
docker run --rm -it ghcr.io/matthieugusmini/rift
git clone https://github.com/matthieugusmini/rift.git
cd rift
go build
Download one of the .deb
, .rpm
or .apk
file from the releases page and install it using your tool of choice.
Terminal | Supported | Issues |
---|---|---|
WezTerm | Yes | None |
iTerm2 | Yes | None |
Alacritty | Partially | Doesn't display emojis |
macOS Terminal | Partially | Emojis rendering messes up with the UI |
Windows Terminal | Partially | Country flags emojis are not supported on Windows |
If your terminal does not appear in the above list, feel free to open a pull request to add it.