No description
Find a file
2025-11-21 03:52:10 +09:00
.github chore(deps): update aquaproj/aqua-installer action to v4.0.4 2025-11-03 11:37:38 +00:00
aqua feat(aqua): Enable as aqua registry 2025-05-29 00:53:06 +09:00
src feat: Add help into command 2021-12-17 19:09:16 +09:00
tests refactor: Use {.all.} pragma in test cases instead of using "include" 2021-12-14 02:13:50 +09:00
.bumpversion.cfg bump: version 0.2.1 2021-12-14 21:56:08 +09:00
.editorconfig Initial commit 2021-11-28 22:30:45 +09:00
.gitattributes chore: Add attributes 2025-11-21 00:49:16 +09:00
.gitignore chore: Ignoring local workfiles folder 2025-11-21 03:52:10 +09:00
CHANGES.md docs: Add changelog 2021-12-15 00:31:54 +09:00
gigi.nimble chore: Rename description 2025-05-28 23:11:01 +09:00
LICENSE Initial commit 2021-11-28 22:30:45 +09:00
nim.cfg feat: Add build flag 2025-04-13 18:16:15 +09:00
README.md chore: Rename description 2025-05-28 23:11:01 +09:00
renovate.json5 chore: Enable all recommended Renovate 2025-11-21 01:03:51 +09:00

GIGI

GitHub release (latest by date) Test

GIGI: GitIgnore Generate Interface

Overview

GIGI is gitignore.io client library for Nim, included small cli application.

Installation

CLI binary

You can get standalone binary from GitHub Release page.

Windows users can use binary without Nim development environment and MinGW DLLs.

Build from source

You can build binary from sources by nimble.

$ nimble install gigi

If you want to use cli, set your nimble bin directory to $PATH.

Usage

Currently, it have only to output .gitignore contents from templates by arguments.

$ gigi nim
### GIGI version 0.2.1
### command with: nim

### Nim ###
nimcache/
nimblecache/
htmldocs/

Support STDIN .

$ echo nim | gigi
### GIGI version 0.2.1
### command with: nim

### Nim ###
nimcache/
nimblecache/
htmldocs/

Changelogs

See CHANGES.

License

See LICENSE.