mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-26 01:57:26 +08:00
extract plugin
parent
2e20449323
commit
16362e74de
10
Plugins.md
10
Plugins.md
@ -52,6 +52,7 @@ Below is a list of bundled plugins
|
||||
- [dnf](#dnf)
|
||||
- [docker](#docker)
|
||||
- [encode64](#encode64)
|
||||
- [extract] (#extract)
|
||||
- [fabric](#fabric)
|
||||
- [fbterm](#fbterm)
|
||||
- [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
|
||||
|
||||
**Maintainer:** [santiycr](https://github.com/santiycr)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user