Zimfarm worker cmd line autocompletion
If I do a zimfarm logs <TAB> <TAB> it would be nice to get autocompletion for the aliases available (manager, maybe others, see above) and the container IDs available.
Autocompletion is done via shell configuration and to be able to do that we would need to make a zimfarm client pip package (at least).
:1 on this issue.
A pip package is not mandatory for that but might make more sense that our single script.
Just so we're clear on this, user will need to install the completion file outside of pip for it to work with his shell.
Just so we're clear on this, user will need to install the completion file outside of pip for it to work with his shell.
This project is imho for experience users, installing a script by hand is acceptable to me.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
Just so we're clear on this, user will need to install the completion file outside of pip for it to work with his shell.
Really! This is quite a deception.
Why the question label?
@rgaudin I really wonder if we should implement it, if its setup is so cumbersome.
Currently, setup is copy-pasting a small set of commands. We could still have that and keep a shell install.
You mentioned a pip package, I believe, thinking it would be simpler to install. It would (although it would require python and pip which we don't currently use) but pip is not able to install files outside the python installation paths. Our code could do that upon launch though.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.