Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roziscoding/gh-ignore
Create .gitignore files from gitignore.io
https://github.com/roziscoding/gh-ignore
gh-extension
Last synced: 13 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T11:05:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T02:12:04.693Z (18 days 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
```