betty icon indicating copy to clipboard operation
betty copied to clipboard

Support to extract 7z

Open souenzzo opened this issue 9 years ago • 0 comments

Just 7z x file.7z. And, why not alias 'extract=uncompress'?

$ betty extract file.7z 
Betty: I don't understand. Hopefully someone will make a pull request so that one day I will understand.
$ betty uncompress file.7z 
Betty: Running mkdir file &&  tar -zxvf file.7z -C file

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

souenzzo avatar Apr 19 '15 12:04 souenzzo