]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gitignore/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gitignore / README.md
1 # gitignore
2
3 This plugin enables you the use of [gitignore.io](https://www.gitignore.io/) from the command line. You need an active internet connection.
4
5 To use it, add `gitignore` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... gitignore)
9 ```
10
11 ## Plugin commands
12
13 * `gi list`: List all the currently supported gitignore.io templates.
14
15 * `gi [TEMPLATENAME]`: Show git-ignore output on the command line, e.g. `gi java` to exclude class and package files.
16
17 * `gi [TEMPLATENAME] >> .gitignore`: Appending programming language settings to your projects .gitignore.