mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 00:10:41 +01:00
extract plugin
10
Plugins.md
10
Plugins.md
@@ -52,6 +52,7 @@ Below is a list of bundled plugins
|
|||||||
- [dnf](#dnf)
|
- [dnf](#dnf)
|
||||||
- [docker](#docker)
|
- [docker](#docker)
|
||||||
- [encode64](#encode64)
|
- [encode64](#encode64)
|
||||||
|
- [extract] (#extract)
|
||||||
- [fabric](#fabric)
|
- [fabric](#fabric)
|
||||||
- [fbterm](#fbterm)
|
- [fbterm](#fbterm)
|
||||||
- [Forklift](#forklift)
|
- [Forklift](#forklift)
|
||||||
@@ -725,7 +726,14 @@ $ decode64 c29tZV9zdHJpbmc=
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
## extract any archive file
|
||||||
|
```
|
||||||
|
extract abc.tar.gz
|
||||||
|
```
|
||||||
|
## Extract and remove original archive file
|
||||||
|
```
|
||||||
|
extract -r abc.zip
|
||||||
|
```
|
||||||
## fabric
|
## fabric
|
||||||
|
|
||||||
**Maintainer:** [santiycr](https://github.com/santiycr)
|
**Maintainer:** [santiycr](https://github.com/santiycr)
|
||||||
|
|||||||
Reference in New Issue
Block a user