onyx-and-iris d15402bef1 move api list/get calls into runPrompt
add --height/-H flag to new command

add template language to template. This may be useful if combining gitignores.
2025-06-17 13:30:34 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-15 12:49:07 +01:00
2025-06-17 13:30:34 +01:00
2025-06-17 13:30:34 +01:00
2025-06-15 18:11:14 +01:00
2025-06-15 12:49:07 +01:00

Windows Linux macOS

ignr-cli

Simple no-frills .gitignore generator backed by the Github API.

Selection Prompt

Install

go install github.com/onyx-and-iris/ignr-cli@latest

Authentication

You can run this tool without authenticating but requests will have a stricter rate limiting.

If you prefer to authenticate you can pass a token in the following ways:

Flag

  • --token/-t: Github API Token

Environment Variable

#!/usr/bin/env bash

export GH_TOKEN=<API Token>

Commands

New

Trigger the selection prompt.

ignr-cli new

The prompt filter can be activated by pressing /:

Prompt Filter

Special Thanks

  • Charm for their awesome CLI packages.
Description
Simple no-frills .gitignore generator backed by the Github API.
Readme MIT 158 KiB
Languages
Go 100%