dotfiles/home/private_dot_config/zsh/functions/gi

6 lines
133 B
Text
Raw Normal View History

2023-04-11 09:45:23 -05:00
#!/usr/bin/env zsh
##? use toptal.com api to generate gitignore file
2023-02-17 09:26:31 -06:00
curl -sL "https://www.toptal.com/developers/gitignore/api/$@"