docker icon indicating copy to clipboard operation
docker copied to clipboard

Autocompletion for `occ`

Open joshtrichards opened this issue 1 year ago • 2 comments

See whether it's feasible to enable autocompletion for occ within the image: https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html#enabling-autocompletion

There are some hurdles, such as needing bash-complete + the www-data profile/nologin usage

joshtrichards avatar Oct 10 '24 15:10 joshtrichards

References for future work:

  • https://github.com/stecman/symfony-console-completion/issues/71
  • https://github.com/nextcloud/server/pull/35451
  • https://github.com/nextcloud/server/issues/35450

joshtrichards avatar Oct 22 '24 18:10 joshtrichards

Related: #2126

PhrozenByte avatar Feb 25 '25 14:02 PhrozenByte