rtk-ai/rtk

rtk may fail with complex Shell commands.

Open

#1,471 建立於 2026年4月23日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (48,085 star) (2,914 fork)batch import
bugfilter-qualitygood first issue

描述

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.

貢獻者指南