flipwire icon indicating copy to clipboard operation
flipwire copied to clipboard

[Feature Request] If a file path is passed when opening an app, have a slight delay and send the "Ok" button

Open Crsarmv7l opened this issue 1 month ago • 2 comments

Reading through the source, I saw how a flipper file path can be passed when opening an app to open a file in an app. It logically follows if someone is doing this they want the app to send/play that file.

Eg if you open the subghz app with a file, you probably want to send that file. Not just have the file sitting open ready to send in the subghz app.

Such a feature would allow other interesting possibilities as well, such as "playing" a file without it remaining on the flipper when used with a frontend wrapper. In the background the wrapper could: Send the file to the flipper, open the app with the file as a parameter, "play" the file, then delete the file.

I have such a wrapper, just looking to extend the functionality a bit if you are willing (I don't know rust or I would be trying myself).

Crsarmv7l avatar Nov 18 '25 19:11 Crsarmv7l