rtk-ai/rtk

rtk may fail with complex Shell commands.

クローズ

#1,471 opened on 2026/04/23

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,914 件のフォーク)batch import
bugfilter-qualitygood first issue

Repository metrics

Stars
 (48,085 個のスター)
PR merge metrics
 (平均マージ 11d 1h) (30d で 45 merged PRs)

説明

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.

コントリビューターガイド