Supervisor / supervisor

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

Tab completion for task names #1616

Closed mrx23dot closed 11 months ago

mrx23dot commented 11 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 11 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.