Closed tbckr closed 1 year ago
similiar to aliases in bash there are recurring tasks. example prompt: 'sgpt "Generate git commit message, my changes: $(git diff)"'
make it possible to add shorthands or aliases to reference and reuse existing prompts.
one could use bash aliases to mimic this behaviour
examples are collected in .bash_aliases
use bash aliases (e.g. https://github.com/tbckr/sgpt/blob/c688f5d10c764f2d9aa0a1f8152685bc2d79d6e1/.bash_aliases)
similiar to aliases in bash there are recurring tasks. example prompt: 'sgpt "Generate git commit message, my changes: $(git diff)"'
make it possible to add shorthands or aliases to reference and reuse existing prompts.