{
"name": "xdg-open",
"description": "Opens a file or URL in the user's preferred application",
"options": [
{
"names": [
"--help"
],
"description": "Show command synopsis"
},
{
"names": [
"--manual"
],
"description": "Show manual page"
},
{
"names": [
"--version"
],
"description": "Show the xdg-utils version information"
}
],
"args": [
{
"name": "FILE or URL",
"template": "filepaths"
}
]
}