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.
You must install these manually, otherwise the package can't be compiled
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-cliIf you're not an Arch Linux user, you can simply pull the binary from the releases page, you can either do it in a visual way by downloading the file from the web page and placing it in the PATH or do everthing from the terminal
# Get the latest version number
VERSION=v$(https://raw.githubusercontent.com/GhelloZ/edh-logger-cli/refs/heads/releases/metadata/VERSION)
# Dowload the binary from the latest Github release
wget "https://github.com/GhelloZ/edh-logger-cli/releases/download/${VERSION}/edh"
# Move it to the path to be able to use it system-wide
# Use sudo if it doesn't work
mv edh /usr/bin- Go to the releases page
- Download the binary file named
edhfrom the latest or desired release - Place the downloaded file in a folder in the path (like
/usr/bin) to use it system-wide
- First of all, clone the repo (use the release branch for a probably stable version)
cdinto it- Run
make. Theedhbinary 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/