rtk-ai/rtk

rtk may fail with complex Shell commands.

Fermée

#1 471 ouverte le 23 avr. 2026

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (2 914 forks)batch import
bugfilter-qualitygood first issue

Métriques du dépôt

Stars
 (48 085 étoiles)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

Description

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.

Guide contributeur