Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(src): Allow listing devices of concrete types #189

Merged
merged 3 commits into from
Jan 20, 2024

Commits on Jan 20, 2024

  1. feat(src): Allow listing devices of concrete types

    Currently, the "list" command returns all discovered devices. This
    includes also devices without host services like printers. That is a
    problem for some API clients (i.e. gvfs). Let's add an optional
    argument to specify concrete type.
    
    Fixes: christgau#178
    ondrejholy authored and christgau committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f5a73c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b167e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5aca43 View commit details
    Browse the repository at this point in the history