ow-mods/ow-mod-man

Add optional support for dragon (xdragon)

loco-choco opened this issue · 2 comments

Package

Command Line Interface

Feature

Dragon (xdragon) is a command line too that allows you to drag and drop files and urls to the command line, and would be cool if it was integrated in some way for passing, for example, urls of mods to install in owmods install-url, or to drag out the json from owmods export. Maybe you could activate it with some kind of flag like --dragon.

Platform

Linux

I think this could be better off made as a reusable script that users can place in their .bashrc or similar, the example script they provide is basically all we need, just replace "wget $url" with "owmods iu $url".

True, sadly we can't get dragging out working without creating a temp file, from what mwh/dragon#61 suggests, so we would need to have the script have that.