Using termux-share with && in bash #3055
Replies: 3 comments
-
https://stackoverflow.com/questions/4609129/delete-file-after-sharing-via-intent |
Beta Was this translation helpful? Give feedback.
-
But one can't be sure if target app is actually done with the file or not even if its receiver activity is finished. You can use |
Beta Was this translation helpful? Give feedback.
-
But one can't be sure if target app is actually done with the file or not even if its receiver activity is finished. You can use |
Beta Was this translation helpful? Give feedback.
-
my script produces temporary images.
I want to view them and delete them after vieving
eg. termux-share file.jpg && rm file.jpg
but even before intent is shared and viewed it deletes the file
Maybe add --delete-after flag to termux-share to delete file after viewing
@agnostic-apollo
@Grimler91
Beta Was this translation helpful? Give feedback.
All reactions