rtk-ai/rtk

rtk may fail with complex Shell commands.

Open

#1471 opened on Apr 23, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (48,085 stars) (2,914 forks)batch import
bugfilter-qualitygood first issue

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.

Contributor guide