Replies: 3 comments 2 replies
-
Did you setup your environment variables in your bashrc` or ~/.zshrc? |
Beta Was this translation helpful? Give feedback.
-
Yes.
Yes.
|
Beta Was this translation helpful? Give feedback.
-
isudoajl
The error you were kicked indicates that fabric could not find a pattern names "s" so the command you crafted is not working as you expected it. A more stable, or at least more easily readable, way to craft your command would be: fabric -y https://youtu.be/vuchyiyyOCw?si=MtF-NL1ntY-PVt6p | fabric -sp youtube_summary In the above proposed command, you will notice there are two fabric commands stitched together, it will pipe However, your real trouble is likely the order of your flags. Your command uses The very beginning of this video: https://www.youtube.com/watch?v=vuScR4msp_M and this video: https://www.youtube.com/watch?v=6IxC-63Owx4 should provide any clarity you need. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After installing fabric:
go install github.com/danielmiessler/fabric@latest
and setting up the plug-in im trying to use it but I get:
fabric -y https://youtu.be/vuchyiyyOCw?si=MtF-NL1ntY-PVt6p -ps youtube_summary
could not get pattern s: open /home/myuser/.config/fabric/patterns/s/system.md: no such file or directory
Beta Was this translation helpful? Give feedback.
All reactions