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:
commit
29cf0a0126
85 changed files with 10178 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or unexpected behavior
|
||||
title: ""
|
||||
labels: bug
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- A clear description of the bug. -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
<!-- What should happen. -->
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
<!-- What actually happens. Include error messages or output. -->
|
||||
|
||||
## Environment
|
||||
|
||||
- **OS**: (e.g., Ubuntu 24.04, macOS 15, Windows 11)
|
||||
- **Architecture**: (e.g., amd64, arm64)
|
||||
- **unarr version**: (`unarr version`)
|
||||
- **Go version** (if built from source): (`go version`)
|
||||
- **Install method**: (Homebrew / GitHub Release / go install / Docker)
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions & Discussion
|
||||
url: https://github.com/torrentclaw/torrentclaw-cli/discussions
|
||||
about: Ask questions or start a discussion
|
||||
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature or improvement
|
||||
title: ""
|
||||
labels: enhancement
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
## Problem
|
||||
|
||||
<!-- What problem does this feature solve? -->
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
<!-- How would you like it to work? -->
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
<!-- Any other approaches you've thought about. -->
|
||||
|
||||
## Additional Context
|
||||
|
||||
<!-- Screenshots, links, or anything else relevant. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue