26 comments (26 comments)8 reactions (8 reactions)0 assignees (0 assignees)Rust2,914 forks (2,914 forks)batch import
area:configeffort-largeenhancementhelp wantedplatform:windowspriority:highresolved-pending-close
Repository metrics
- Stars
- 48,085 stars (48,085 stars)
- PR merge metrics
- Avg merge 11d 1h (Avg merge 11d 1h)45 merged PRs in 30d (45 merged PRs in 30d)
Description
Currently hooks don’t work on Windows and that’s the biggest feature otherwise LLMs keeps forgetting to use rtk
Contributor guide
- Research direction
- Investigate how hooks are implemented on Unix and identify Windows specific differences. Look for platform specific code patterns (e.g., conditional compilation with cfg). Review existing Windows related issues or PRs for context. Consider using std::process::Command for Windows compatibility.
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- RustGit