Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alias generation information #1117

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

verebes1
Copy link
Contributor

@verebes1 verebes1 commented Nov 6, 2024

What this Pull Request (PR) does

This PR updates the readme with information how to automatically generate aliases for all the patterns rather than having to use the full command for each pattern, you can now use their name on their own.
It also adds the information on how to create an alias for youtube transcripts like in the previous python based version of fabric yt
As an example with the information provided in the PR you'll be able to have shortcut access to your patterns like this:

# use the alias
summarize
# instead of the full pattern prompt
fabric --pattern summarize

Also you'll be able to get a transcript of a youtube video:

# like this
yt https://www.youtube.com/watch?v=4b0iet22VIk
# instead of the full command
fabric -y https://www.youtube.com/watch?v=4b0iet22VIk --transcript

Related issues

Could not find any related issues

-Updated the readme with information about generating aliases for each
prompt including on for youtube transcripts
-Updated the table of contents
@eugeis eugeis merged commit 44dae97 into danielmiessler:main Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants