https://github.com/roziscoding/gh-ignore
Create .gitignore files from gitignore.io
https://github.com/roziscoding/gh-ignore
gh-extension
Last synced: 5 months ago
JSON representation
Create .gitignore files from gitignore.io
- Host: GitHub
- URL: https://github.com/roziscoding/gh-ignore
- Owner: roziscoding
- Created: 2021-12-06T18:39:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T11:05:57.000Z (about 3 years ago)
- Last Synced: 2025-06-07T17:54:56.665Z (10 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gh-gitignore
---
Generate .gitignore files from GitHub CLI (`gh`) with language search.
## Dependencies:
- Required:
- [curl](https://curl.se/download.html)
- Optional (only for languages search)
- [jq](https://stedolan.github.io/jq/)
- [fzf](https://github.com/junegunn/fzf)
## Installation
Install dependencies first, then:
```sh
gh extension install roziscoding/gh-ignore
```
## Usage
To specify the languages in one command:
```sh
gh ignore ,,
```
To see a list of languages and select between them with `fzf`
```sh
gh ignore
```