This day I was a little stressed with various types of formats that I had to unzip and I remembered a software I had created for the terminalutils package (discontinued) and decided to rewrite the software with more options and optimizations. Introduction
The extract command automatically recognizes and extracts various types of MIME formats from compressed files if it is installed, otherwise it says ‘command not found’ and you will need to install the appropriate software later.
To install it is very simple, just clone the repository, enter it and use the make command:
Displays a quick help:
Or only:
extract -h
Example if format is tbz2
Example if format is lzma
Or only:
extract -v file.tbz2
Or only:
extract -l
If you encounter any problems, please report them at: https://github.com/terroo/extract/issues
If you still have the repository on your machine, just enter it and run the command: sudo make uninstall
, if you no longer have the directory/repository, clone it again.
Hope that helps, hugs!