mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
feat(extract): added functionality to extract to specific directory
This commit is contained in:
parent
f6a7bbf81a
commit
ac1668ffe5
2 changed files with 102 additions and 108 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue