feat: initial commit — unarr CLI

Search, inspect, stream, and download torrents from the terminal.
Replaces the entire *arr stack with a single binary.
This commit is contained in:
Deivid Soto 2026-03-28 11:29:42 +01:00
commit 29cf0a0126
85 changed files with 10178 additions and 0 deletions

24
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,24 @@
## Summary
<!-- What does this PR do? Keep it to 1-3 bullet points. -->
-
## Related Issues
<!-- Link any related issues: Fixes #123, Closes #456 -->
## Test Plan
<!-- How did you verify this works? -->
- [ ] Tests pass (`make test`)
- [ ] Linter passes (`make lint`)
- [ ] Tested manually (describe below)
## Checklist
- [ ] Code follows the project style (`make fmt && make vet`)
- [ ] Tests added for new functionality
- [ ] Documentation updated (if public API changed)
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)