It is possible to execute by command line?
Opened this issue · 4 comments
Hi I am a new user of v800_downloader and I would like to execute this program in a shell script.
It is possible to launch the program passing parameters?
Currently, I think that it is impossible in Mac OSX:
/Applications/V800\ Downloader.app/Contents/MacOS/v800_downloader
A possible proposal could be:
v800_downloader:
-f all
-df download folder /Users/user1/Documents/
-fo tcx | hrm | gpx | all
Example:
v800_downloader -f all -df /Users/user1/Documents/ -fo all
Unfortunately it is not possible to execute the program from the command
line with parameters.
On Tue, Jan 6, 2015 at 9:51 AM, Juan Antonio Breña Moral <
notifications@github.com> wrote:
Hi I am a new user of v800_downloader and I would like to execute this
program in a shell script.
It is possible to launch the program passing parameters?Currently, I think that it is impossible in Mac OSX:
/Applications/V800\ Downloader.app/Contents/MacOS/v800_downloader
—
Reply to this email directly or view it on GitHub
#6.
And do you think that in the future could be possible?
It might be in the future, but it's not currently on the list of improvements. Not sure when I'd be able to do it.
Just FYI, I ended up reworking this (using a lot of your code) into a command line utility. It's currently somewhat limited in scope, because I only implemented the parts I was interested in...