Summary: | koha-worker missing tab-completion in bash | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Command-line Utilities | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Kyle M Hall (khall) <kyle> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, fridolin.somers, kyle, robin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.05.00,20.11.05
|
|
Circulation function: | |||
Bug Depends on: | 22417 | ||
Bug Blocks: | 33677 | ||
Attachments: |
Bug 27839: Add tab-completion in bash for koha-worker
Bug 27839: (follow-up) Update docs for koha-worker Bug 27839: Add tab-completion in bash for koha-worker Bug 27839: (follow-up) Update docs for koha-worker Bug 27839: Add tab-completion in bash for koha-worker Bug 27839: (follow-up) Update docs for koha-worker |
Description
Tomás Cohen Arazi (tcohen)
2021-03-02 18:17:56 UTC
Created attachment 117549 [details] [review] Bug 27839: Add tab-completion in bash for koha-worker This patch simply adds tab-completion for this script. To test: 1. Apply this patch 2. Run: $ cp debian/koha-common.bash-completion /etc/bash_completion.d/koha-common 3. Open a new bash instance 4. Type 'koha-worker <tab>' => SUCCESS: All options are there 5. Play with Koha instances => SUCCESS: they show up, once chosen they are not offered anymore 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 117550 [details] [review] Bug 27839: (follow-up) Update docs for koha-worker Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 117557 [details] [review] Bug 27839: Add tab-completion in bash for koha-worker This patch simply adds tab-completion for this script. To test: 1. Apply this patch 2. Run: $ cp debian/koha-common.bash-completion /etc/bash_completion.d/koha-common 3. Open a new bash instance 4. Type 'koha-worker <tab>' => SUCCESS: All options are there 5. Play with Koha instances => SUCCESS: they show up, once chosen they are not offered anymore 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Created attachment 117558 [details] [review] Bug 27839: (follow-up) Update docs for koha-worker Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Created attachment 119426 [details] [review] Bug 27839: Add tab-completion in bash for koha-worker This patch simply adds tab-completion for this script. To test: 1. Apply this patch 2. Run: $ cp debian/koha-common.bash-completion /etc/bash_completion.d/koha-common 3. Open a new bash instance 4. Type 'koha-worker <tab>' => SUCCESS: All options are there 5. Play with Koha instances => SUCCESS: they show up, once chosen they are not offered anymore 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 119427 [details] [review] Bug 27839: (follow-up) Update docs for koha-worker Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 21.05, thanks to everybody involved! Small useful enhancement, I choose to backport. Pushed to 20.11.x for 20.11.05 Enhancement, not backported to 20.05 |