feat(extract): added functionality to extract to specific directory

This commit is contained in:
ZaraPhu 2025-05-01 22:18:15 -03:00
commit ac1668ffe5
2 changed files with 102 additions and 108 deletions

View file

@ -6,12 +6,15 @@ wide variety of archive filetypes.
This way you don't have to know what specific command extracts a file, you just do `extract <filename>` and
the function takes care of the rest.
To use it, add `extract` to the plugins array in your zshrc file:
```zsh
plugins=(... extract)
```
To view a short explanations of the flags in this plugin, type `extract` into your terminal after installation is completed.
## Supported file extensions
| Extension | Description |