-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Top Unhandled Commands – rtk discover Report
Hi! I ran rtk discover on my setup and noticed a few frequently used commands that RTK doesn't seem to handle yet. Sharing them here in case it's useful for prioritization.
Environment
- Scanned: 757 sessions (last 30 days), 5034 Bash commands
- Already using RTK: 121 commands (2%)
Top Unhandled Commands
| Command | Count | Example |
|---|---|---|
pio run |
105 | pio run -e coordinator 2>&1 |
python3 |
47 | python3 -m py_compile ffmpeg_builder.py |
npm test |
40 | npm test -- --run 2>&1 |
.venv/bin/python |
29 | .venv/bin/python -m pytest tests/... |
npm install |
26 | npm install 2>&1 |
stty |
18 | stty -F /dev/ttyUSB0 115200 raw -echo |
python |
16 | python -m py_compile ffmpeg_builder.py |
tee |
15 | tee /path/to/file... |
tree |
15 | tree -L 3 /path/... |
unzip |
9 | unzip -p /path/to/file.zip |
npm ls |
8 | npm ls 2>&1 |
make |
7 | make -n deploy 2>&1 |
pip install |
6 | pip install --user platformio 2>&1 |
Notes
pio runis the PlatformIO CLI – heavily used in embedded/ESP32 development workflows. Artk pioequivalent would be a huge win for hardware devs.python/python3/.venv/bin/pythoncould probably be grouped under a singlertk pythonhandler.npm testandnpm installseem close enough to the existingrtk npm– not sure if they're intentionally excluded?stty,tee,tree,make,digare common sysadmin/devops commands that might be worth considering.
Thanks for the great tool!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels