Drive it from a shell
Create, import, prompt and export in four commands. Progress on stderr, ids on stdout — pipe it into anything.
# capture just the id
id=$(eddie new \
--import ./footage/*.mov)
eddie prompt "$id" \
"make a 6min rough cut"
eddie export "$id" \
"Rough Cut" --format mp4