2026-03-09 00:07:12 +00:00
2026-02-15 15:42:02 +00:00
2025-06-19 16:48:22 +01:00
2025-06-19 16:48:22 +01:00
2025-06-19 16:48:22 +01:00
2025-06-19 16:48:22 +01:00
2026-03-09 00:07:12 +00:00
2026-03-09 00:07:12 +00:00
2025-06-19 16:48:22 +01:00
2026-02-16 01:28:21 +00:00
2026-02-15 15:31:24 +00:00
2025-06-19 16:48:22 +01:00
2026-02-15 15:43:42 +00:00

Windows Linux macOS

gogn

Simple no-frills .gitignore generator backed by gitignore.io.

Selection Prompt

Install

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

Configuration

flags

  • --height/-H: Height of the selection prompt (default 10)
  • --filter/-f: Type of filter to apply to the list of templates (default startswith)
    • may be one of (startswith, contains)
  • --start-search/-s: Start the prompt in search mode (default false)

environment variables

#!/usr/bin/env bash

export GOGN_HEIGHT=10
export GOGN_FILTER=startswith
export GOGN_START_SEARCH=false

Commands

New

Trigger the selection prompt.

gogn new

Search mode can be activated by pressing /:

Prompt Filter

Special Thanks

Description
Simple no-frills .gitignore generator backed by gitignore.io
Readme MIT 329 KiB
Languages
Go 100%