catkin / catkin_tools

Command line tools for working with catkin
Apache License 2.0
163 stars 146 forks source link

catkin clean package autocompletion not working/implemented #742

Closed ipa-jsk closed 1 year ago

ipa-jsk commented 1 year ago

I'm not sure if it is an issue or an feature request, or if there already was a discussion about it.

System Info

Issue

For catkin clean, autocompletion for package names does not work.

Expected Behavior

When I type catkin clean my_awesome_pa and there is a built and sourced ROS package named my_awesome_package, pressing TAB autocompletes to catkin clean my_awesome_package. The same way like it works for catkin build.

Actual Behavior

No autocompletion on TAB (nothing happens).

Steps to Reproduce the Issue

cd catkin_ws
catkin clean <first letters of an existing package>

press TAB.

Thanks!

timonegk commented 1 year ago

Are you using bash or zsh?

ipa-jsk commented 1 year ago

bash