rtk-ai/rtk

rtk may fail with complex Shell commands.

Chiusa

#1471 aperta il 23 apr 2026

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (2914 fork)batch import
bugfilter-qualitygood first issue

Metriche repository

Star
 (48.085 stelle)
Metriche merge PR
 (Merge medio 11g 1h) (45 PR mergiate in 30 g)

Descrizione

Ran rtk find . -type f ( -name '.log' -o -name '.env' -o -name '.env.local' -o -name '.DS_Store' -o -name │ '.tmp.langgraph.docker.json' -o -path '/.tmp/' -o -path '/.playwright-cli/' -o -path '/pycache/' -o -path │ '/.pytest_cache/*' ) | sed 's#^./##' | sort | head -n 300 └ rtk: rtk find does not support compound predicates or actions (e.g. -not, -exec). Use find directly.

Guida contributor