mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Add a great example on extracting wisdom from any Youtube video
This commit is contained in:
parent
6ab4d976e5
commit
642493c965
@ -268,7 +268,13 @@ pbpaste | fabric --pattern summarize
|
|||||||
pbpaste | fabric --stream --pattern analyze_claims
|
pbpaste | fabric --stream --pattern analyze_claims
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **new** All of the patterns have been added as aliases to your bash (or zsh) config file
|
3. Run the `extract_wisdom` Pattern with the `--stream` option to get immediate and streaming results from any Youtube video (much like in the original introduction video).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yt https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom
|
||||||
|
```
|
||||||
|
|
||||||
|
4. **new** All of the patterns have been added as aliases to your bash (or zsh) config file
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pbpaste | analyze_claims --stream
|
pbpaste | analyze_claims --stream
|
||||||
|
Loading…
Reference in New Issue
Block a user