vdr="$(apm list-all --group vdr | cut -d " " -f1)" installed="$(apm list)" active="$(apm list-active)" wiki="Wiki" ?>
$(tr 'Get more info about the plugins in the $wiki')
| if echo "$installed" | grep -q "^$addon$"; then ?> if echo "$active" | grep -q "^$addon$"; then ?> $addon else ?> $addon fi ?> else ?> $addon fi ?> | grep "^$addon\s" $descriptions | cut -d $'\t' -f2- ?> |