From 62e7f2372727ee88b09ba4b8a9eaa4c6865a6fff Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 2 Mar 2024 15:50:36 -0800 Subject: [PATCH] Added helpers README.md. --- helpers/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helpers/README.md diff --git a/helpers/README.md b/helpers/README.md new file mode 100644 index 0000000..a8c3dac --- /dev/null +++ b/helpers/README.md @@ -0,0 +1,7 @@ +# Fabric Helpers + +These are helper tools to work with Fabric. Examples include things like getting transcripts from media files, getting metadata about media, etc. + +## yt (YouTube) + +`yt` is a command that uses the YouTube API to pull transcripts, get video duration, and other functions. It's primary function is to get a transcript from a video that can then be stitched (piped) into other Fabric Patterns.