Skip to content

[Feature Request] Some unhandled commands worth considering (pio, python, npm test, make...) #231

@wkup

Description

@wkup

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 run is the PlatformIO CLI – heavily used in embedded/ESP32 development workflows. A rtk pio equivalent would be a huge win for hardware devs.
  • python/python3/.venv/bin/python could probably be grouped under a single rtk python handler.
  • npm test and npm install seem close enough to the existing rtk npm – not sure if they're intentionally excluded?
  • stty, tee, tree, make, dig are common sysadmin/devops commands that might be worth considering.

Thanks for the great tool!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions