Skip to content

bnema/turtlectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtlectl

A Go CLI tool to manage and run Turtle WoW on Arch based distros.

Supposed to work both for Wayland and X11 (untested) with automatic GPU detection (AMD/NVIDIA/Intel).

Install

# From source
go install github.com/bnema/turtlectl@latest

# Arch Linux (AUR)
yay -S turtlectl-git

Usage

turtlectl install    # Download AppImage + create desktop entry
turtlectl launch     # Start the game
turtlectl update     # Update AppImage only
turtlectl clean      # Remove config/cache (keeps game files)
turtlectl clean -a   # Full purge including game files

Addon Registry

Browse and install 880+ addons from the Turtle WoW Wiki, enriched with GitHub metadata (stars, last commit, author).

Web browser: https://bnema.github.io/turtlectl/

CLI:

turtlectl addons explore          # Interactive TUI browser
turtlectl addons explore -l       # Table output
turtlectl addons explore --json   # JSON output
turtlectl addons explore -r       # Force refresh from GitHub

The registry is updated daily via GitHub Actions.

Directories

Type Path
Data ~/.local/share/turtle-wow
Cache ~/.cache/turtle-wow
Game ~/Games/turtle-wow

Override game directory: TURTLE_WOW_GAME_DIR=/path/to/game turtlectl launch

License

MIT

About

A CLI tool to manage and run Turtle WoW on Arch based distros.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors