nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
87 stars 5 forks source link

Being able to set a path/filename for downloads would be great #9

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

Being able to decide where to download, and decide an output filename would be great. Example:

wyvern down --id 1234 -o ~/Downloads/ #I just want to pick a folder
wyvern down --id 1234 -o ~/Downloads/myfilename.exe #I want to pick a fully qualified name

Being able to perserve the fileextension if you didnt pick one or using a flag would be even greater

wyvern down --id 1207659026 -o ~/Downloads/Theme\ Hospital/1207659026 --preserve-fileextension
#I want t pick a folder and a name, but I don't want to care about the extension.
nicohman commented 5 years ago

Added both of these options in commit b81db26. Note: If multiple files are downloaded, it appends a counter to the end of each file's name.