Commit Graph

4 Commits

Author SHA1 Message Date
Julian Tabel
3a84335cda Add interactive mode with menu-driven resource editing
Running with no flags launches an interactive menu powered by @inquirer/prompts.
Supports chaining multiple actions (max resources, set crafted, geology, time)
before saving once to clipboard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:58:25 +01:00
Julian Tabel
1d0404cd36 Add --list command and --only filter for targeting specific resources
--list shows all resources grouped by type (capped, crafted, special, locked).
--only=a,b,c filters --max-resources and --set-crafted to named resources.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:46:16 +01:00
Julian Tabel
ebbe5da281 Allow maxing double time; Allow setting geology bonus 2026-02-25 14:14:10 +01:00
Julian Tabel
a5dd0d2397 Initial commit: Evolve save editor CLI
Node.js CLI tool that decodes Evolve game saves (LZString compressed),
edits resource values, and re-encodes back to clipboard.

Features:
- --max-resources: fill all capped resources to their max
- --set-crafted=N: set unlimited/crafted resources to a given value
- Reads from clipboard, stdin, or argument; writes back to clipboard

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 12:01:15 +01:00