Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1938351 - Improve shell completion for dnf (bash, zsh, fish)
Summary: Improve shell completion for dnf (bash, zsh, fish)
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 34
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: dnf-community
TreeView+ depends on / blocked
 
Reported: 2021-03-12 20:44 UTC by Thiago Sueto
Modified: 2021-03-15 12:23 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Thiago Sueto 2021-03-12 20:44:25 UTC
Description of problem:

DNF seems to be lacking many shell completions still.
I'm not sure if this should be done downstream (upstream?) to each shell, but here's the current status in comparison to zypper.

Notice how dnf is the only one to not do anything with shell completion, zypper at least do something, regardless of whether it's contextually accurate for zypper to do so.

Actual results:

zypper in q<TAB> = shows packages (bash, zsh, fish) 
dnf install q<TAB> = shows packages (bash, fish), does nothing (zsh)
dnf in q<TAB> = shows packages (bash), does nothing (zsh, fish)

zypper mr <TAB> = shows openSUSE repository IDs (bash), shows flags (zsh), shows all repository IDs (fish)
zypper ar <TAB> = same as mr
zypper rr <TAB> = same as mr
dnf config-manager <TAB> = does nothing (bash, zsh, fish)

zypper packages <TAB> = shows flags (bash, zsh), shows repository IDs (fish)
zypper info <TAB> = shows flags (bash, zsh), lists all packages (fish)
zypper info q<TAB> = shows packages (bash, zsh, fish)
dnf info <TAB> = lists all packages (bash, fish), does nothing (zsh)
dnf info q<TAB> = shows packages (bash, fish), does nothing (zsh)

zypper in --from <TAB> = shows openSUSE repository IDs (bash), shows all repository IDs (zsh, fish)
dnf install --enablerepo <TAB> = shows disabled repository IDs (bash), does nothing (zsh, fish)

Expected results:

dnf install q<TAB> = shows packages
dnf in q<TAB> = shows packages
dnf config-manager <TAB> shows flags OR shows all repository IDs
dnf info <TAB> = lists all packages
dnf info q<TAB> = shows packages
dnf install --enablerepo <TAB> = shows all repository IDs OR shows disabled repository IDs

Additional info:

If anything, I believe config-manager is the most important out of these, as it's the only thing where shell completion does absolutely nothing regardless of shell.


Note You need to log in before you can comment on or make changes to this bug.