Files
dotfiles/dot_env.d/executable_cookiecutter.suggest
Sebastian Rust d353787c1a initial env
2024-06-09 19:01:16 +02:00

11 lines
302 B
Plaintext

# Cookiecutter Autocompletion Script
# Function to generate the list of templates
_cookiecutter_templates() {
# List the contents of the $HOME/Templates directory
_files -W /home/jack/Templates
}
# Associate the function with cookiecutter command
compdef _cookiecutter_templates cookiecutter