mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
11 lines
228 B
YAML
11 lines
228 B
YAML
cmds:
|
|
- pygmentize
|
|
# - youtube-dl # we pacakge this ourselves
|
|
- openai
|
|
- huggingface-cli
|
|
- thefuck
|
|
args:
|
|
pygmentize: [pipx, run, --spec, pygments]
|
|
huggingface-cli: pipx run --spec huggingface_hub
|
|
...: [pipx, run]
|