Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christian-korneck/getignore
get gitignore templates quickly in the shell for a wide variety of languages
https://github.com/christian-korneck/getignore
cli git github github-api gitignore gitignore-cli gitignore-files gitignore-generator gitignore-patterns gitignore-rules gitignore-template gitignore-templates
Last synced: about 3 hours ago
JSON representation
get gitignore templates quickly in the shell for a wide variety of languages
- Host: GitHub
- URL: https://github.com/christian-korneck/getignore
- Owner: christian-korneck
- License: mit
- Created: 2021-03-15T13:50:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T10:54:56.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T06:23:18.158Z (5 months ago)
- Topics: cli, git, github, github-api, gitignore, gitignore-cli, gitignore-files, gitignore-generator, gitignore-patterns, gitignore-rules, gitignore-template, gitignore-templates
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get gitignore templates in the shell
`getignore` is a CLI client for [GitHub's .gitignore templates](https://github.com/github/gitignore). List and print gitignore templates for a wide variety of languages from the terminal.
List available languages with:
```
getignore --list
```and easily bootstrap or extend a `.gitingore` file:
```
getignore python go visualstudiocode macos >> .gitignore
```### Motivation
There are similar tools [[1]](https://github.com/aswinkarthik/gitignore.cli) [[2]](https://github.com/vccolombo/download-gitignore) but they require a script interpreter. I wanted a static executable that I can copy to arbitrary [vscode devcontainers](https://code.visualstudio.com/docs/remote/containers).