You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 fromowmods export
. Maybe you could activate it with some kind of flag like--dragon
.Platform
Linux
The text was updated successfully, but these errors were encountered: