wyvern builds.sr.ht status

Wyvern is a command-line tool written in rust that is meant to make downloading GOG games and associated activities easier and faster on linux. It features:

The GitHub repo is a mirror of the main sr.ht repository.

See it working

asciicast

Installation

Wyvern is available on crates.io, installable via cargo:

cargo install wyvern

You can download a binary that's automatically built from the latest git commit on my website. If you want to, you can also build it from source if you have cargo installed easily:

```

git clone https://git.sr.ht/~nicohman/wyvern && cd wyvern

cargo install --path . --force

```

Plus, it's available on the AUR as wyvern, helpfully maintained by @PinkCathodeCat@cathoderay.tube. In addition, you can install it as a snap from snapcraft.io.

Dependencies

Wyvern has a few extra dependencies, but few are required: - rsync for save file syncing - innoextract for windows game installation - unzip for faster game installation

Usage

Run wyvern help for a list of commands:

``` wyvern 1.0.0 nicohman nicohman@demenses.net A simple CLI tool for installing and maintaining linux GOG games

USAGE: wyvern

FLAGS: -h, --help Prints help information -V, --version Prints version information

SUBCOMMANDS: connect Operations associated with GOG Connect down Download specific game help Prints this message or the help of the given subcommand(s) install Install a GOG game from an installer ls List all games you own sync Sync a game's saves to a specific location for backup update Update a game if there is an update available ```

Contributing/Reporting bugs

Please file isues at the sr.ht issue tracker and patches/pull requests should be sent to the mailing list. However, I will still accept both on GitHub if need be.

Todo