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
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
I'd like to automatically upload the recorded file to a storage service when done. I already have a command line utility that does it for me. But the file that will be uploaded needs to be referenced by filename. So I'm wondering if Green Recorder has a $1 variable for something like that so that my command can be /usr/local/bin/cloudapp-uploader ~/Videos/$1 where the variable represents the filename of the video recorded.
The text was updated successfully, but these errors were encountered:
dvershinin
added a commit
to dvershinin/green-recorder
that referenced
this issue
May 17, 2020
I'd like to automatically upload the recorded file to a storage service when done. I already have a command line utility that does it for me. But the file that will be uploaded needs to be referenced by filename. So I'm wondering if Green Recorder has a
$1
variable for something like that so that my command can be/usr/local/bin/cloudapp-uploader ~/Videos/$1
where the variable represents the filename of the video recorded.The text was updated successfully, but these errors were encountered: