@maness300 to [email protected] • 9 months agoIs there a way to automatically extract files upon download?message-square13arrow-up117arrow-down19
arrow-up18arrow-down1message-squareIs there a way to automatically extract files upon download?@maness300 to [email protected] • 9 months agomessage-square13
minus-square@[email protected]linkfedilinkEnglish7•9 months agoYou could write a bash script using inotifywait to watch for new files in your download folder and extract them if they are archives.
You could write a bash script using inotifywait to watch for new files in your download folder and extract them if they are archives.