Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.33k stars 1.23k forks source link

Tab completion for task names #1616

Closed mrx23dot closed 6 months ago

mrx23dot commented 6 months ago

What I miss from systemd is finding task names by pressing tab. It worked great in console

Could we add it? supervisorctl task_ tab

mnaberez commented 6 months ago

Tab completion is supported at the supervisorctl prompt if the Python environment supports readline. Run supervisorctl (no command) to start a supervisorctl prompt.

Supervisor is a Python program and only ships Python code. Implementing tab completion for various shells is out of scope of Supervisor.