# show

## Usage

```
osc-dl show [-h] [-r HOST] app
```

#### Optional Arguments:

* `-h, --help` Show help message.
* `-r HOST, --host HOST` Host to get app infomation from, e.g. `-r themes`.

#### Required Arguments:

* `app` Name of application to show. e.g. WiiVNC

## Usage Examples

{% code title="osc-dl show WiiVNC" %}

```
Found "WiiVNC" [WiiVNC]
Category: utilities
Version: 1.3
Description: Connect to a VNC server
Short Description: Control your computer
Release Date: December  1, 2019 at 21:12
Publisher: PaulWagener
Package:
  Type: dol
  Download Size: 802.0KiB
  Extracted Size: 1.6MiB
```

{% endcode %}

{% code title="osc-dl show -r themes Material-HBC" %}

```
Found "Material HBC" [Material-HBC]
Category: media
Version: 1.1
Description: A minimal, Google Material Design inspired theme for use in the HBC. Load it like any other app to install. Remove the HBC Save File to uninstall the theme. https://github.com/jirble2/Material-HBC
Short Description: A material design HBC theme.
Release Date: January 21, 2015 at 08:00
Publisher: jirble2
Package:
  Type: thm
  Download Size: 203.1KiB
  Extracted Size: 211.9KiB
```

{% endcode %}
