Skip to content
  • Florian Müllner's avatar
    extensions-tool/list: Allow filtering by (in)active state · 35f6111e
    Florian Müllner authored and Marge Bot's avatar Marge Bot committed
    This brings back the filtering that the `--enable`/`--disable`
    flags used to do, which can be useful as well.
    
    For instance
    
      $ gnome-extensions list --active
    
    to show all extensions currently in use, or
    
      $ gnome-extensions list --enabled --inactive
    
    for extensions that are inactive despite being enabled.
    
    #7004
    
    Part-of: <!3073>
    35f6111e