Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```