Skip to content

Instantly share code, notes, and snippets.

@mfts
Last active December 22, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfts/3441c4720bbcf8bddfc5faf4512b60ce to your computer and use it in GitHub Desktop.
Save mfts/3441c4720bbcf8bddfc5faf4512b60ce to your computer and use it in GitHub Desktop.
tea commands

Helpful commands for tea/cli

Install tea/cli

sh <(curl https://tea.xyz)

Check currently installed stowed packages

ls ~/.tea

Find all available packages

open ~/.tea/tea.xyz/var/pantry/projects

Using a package like youtube-dl

tea +youtube-dl.org youtube-dl "https://youtu.be/yG7UkiVQAM0"

# or, using the shortcut
tea -X youtube-dl "https://youtu.be/yG7UkiVQAM0"

Bonus:

Setup for git commit signing with bpb and upload GPG key to GitHub

tea https://github.com/teaxyz/demos/blob/main/setup-git-commit-signing.sh
# uses the following packages: `gh`, `bpb`, `gum`

Learn more:

Watch my video about tea/cli here: https://youtu.be/yG7UkiVQAM0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment