Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 481 Bytes

File metadata and controls

20 lines (18 loc) · 481 Bytes

ZSH script to extract any archive (not any, but most of them)

--- Made by jvmho ---

--- Supported formats ---

  • .tar
  • .tar.gz / .gz
  • .tar.bz2 / .bz2
  • .tar.xz / .xz
  • .7z
  • .rar
  • .zip

--- How to use ---

Make your script executable and add script to your $PATH:

chmod +x extract.sh
cp extract.sh /usr/local/bin/extract

Now you can use it through your terminal! Just type extract --help to see the guideline v1.0 - help prompt is RU, will add EN later