Simple Go CLI tool to log MTG Commander games and get stats for both decks and players. When it'll be complete I'll worry about writing a proper README.md file.
For now the package is only available in the AUR so use you're AUR helper of choice to install it
yay -S edh-logger-cli
- First of all, clone the repo (use the release branch for a probably stable version)
cd
into it- run
make
. theedh
binary will be built in./build/edh
, you may move it wherever you'd like in your PATH to make it accessible everywhere
git clone https://github.com/GhelloZ/edh-logger-cli/tree/releases.git
cd edh-logger-cli
make
# Optional but highly encouraged
# use sudo if it doesn't work
mv build/edh /usr/bin/