GLINTER

Glinter logo

The best way to use Git.

Glinter reduces errors while using Git by providing interactive commands and safer defaults.

Try it now

$ npm i -g @jannael/glinter
  • 100
  • 100
  • 100

Commands

Available Glinter commands. To see aliases, click here.

Quick Start

Install Glinter, run setup, and start using your Git aliases in seconds.

Step 1

Install

npm i -g @jannael/glinter

Step 2

Setup

g setup

Step 3

Use

ga

About Glinter

Glinter adds functionality it does not replace any of git's commands, it only improves them. eg. g add works the same as git add but when it does not have arguments it will open an interactive menu to select the files you want to add.

Why

Safer and faster daily Git workflow

Glinter helps reduce mistakes in repetitive Git tasks by adding interactive prompts and safer defaults, while keeping native Git behavior and compatibility.

What

An enhanced Git alias tool and CLI

Glinter extends commands like add, switch, and setup with interactive UX. If you pass normal Git arguments, it forwards them directly so your existing Git commands continue to work as expected.