Created
September 12, 2025 12:53
-
-
Save bbelderbos/9e4fe217d9cfe0acb4c29aa570b56067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function vid { | |
uvx --from pybites-search search video "$@" | |
} | |
function tip { | |
uvx --from pybites-search search tip "$@" | |
} | |
function pod { | |
uvx --from pybites-search search podcast "$@" | |
} | |
function bite { | |
uvx --from pybites-search search bite "$@" | |
} | |
function art { | |
uvx --from pybites-search search article "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment