Commit graph

4 commits

Author SHA1 Message Date
Deivid Soto
cff89fbe31 docs(install): point install one-liners at unarr.app
Some checks failed
CI / Test (push) Failing after 33m32s
CI / Build (push) Successful in 1m31s
CI / Build-1 (push) Successful in 1m53s
CI / Build-2 (push) Successful in 1m32s
CI / Build-3 (push) Successful in 1m33s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m32s
CI / Lint (push) Failing after 2m37s
CI / Coverage (push) Successful in 2m47s
CI / Vet (push) Successful in 1m59s
README used get.torrentclaw.com and the install scripts advertised
get.unarr.com (a third-party parked domain, dead). unarr.app is the
canonical install domain.
2026-06-15 11:23:04 +02:00
Deivid Soto
5a7449b9e6 chore: rename module from torrentclaw-cli to unarr
- Rename Go module path github.com/torrentclaw/torrentclaw-cli → github.com/torrentclaw/unarr
- Update all imports, ldflags, scripts, docs, and Docker config
- Add GitHub Actions release workflow (goreleaser on tag push)
2026-03-30 13:06:07 +02:00
Deivid Soto
0b6c6849b1 feat: replace setup with init wizard + interactive config menu
- `unarr init` (alias: `unarr setup`): streamlined 3-step wizard
  (API key, download dir, daemon install). Removed method/name prompts
  — auto-configured from defaults.
- `unarr config [category]`: interactive menu with 7 categories
  (downloads, organization, notifications, device, region, connection,
  advanced). Direct access via `unarr config downloads`, etc.
- Extract shared helpers (openBrowser, expandHome, isTerminal) to
  helpers.go. Delete old setup.go and config.go.
- Update all "unarr setup" references to "unarr init" across daemon,
  doctor, status, README, install scripts.
2026-03-29 12:09:03 +02:00
Deivid Soto
29cf0a0126 feat: initial commit — unarr CLI
Search, inspect, stream, and download torrents from the terminal.
Replaces the entire *arr stack with a single binary.
2026-03-28 11:29:42 +01:00