mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
616 stars 118 forks source link

Is there a way to reference the currently recording file in the "command" area via some kind of variable? #142

Open adrianocr opened 4 years ago

adrianocr commented 4 years ago

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.