Thanks to visit codestin.com
Credit goes to github.com

Skip to content

atrahy/lolesport

 
 

Repository files navigation

LoL Esports in your terminal.


Latest Release GoDoc Build Status

Never miss a match again, keep track of the results and follow your favorite leagues and players from your terminal!

Made with VHS

Installation

Important

For the best experience a Nerd Font installed and enabled is required.

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

yum

# Fedora/RHEL
echo '[fury]
name=Gemfury Private Repo
baseurl=https://yum.fury.io/matthieugusmini/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/fury.repo
sudo yum install rift

Go

go install github.com/matthieugusmini/rift@latest

Docker

docker run --rm -it ghcr.io/matthieugusmini/rift

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.

Build

git clone https://github.com/matthieugusmini/rift.git
cd rift
go build

Supported terminals

Terminal Supported Issues
WezTerm Yes None
iTerm2 Yes None
macOS Terminal Yes Match borders doesn't render properly
Windows Terminal Yes Country flags emojis are not supported on Windows

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Dockerfile 0.1%