Select anything → press Ctrl+Alt+F → tell Gramit what to do.
Gramit is a keyboard-first AI assistant for People who sit infront of computers and developers. It works across your computer, so you can transform selected text or code without switching to ChatGPT, Claude, or another app.
Tell Gramit what you want in terminal
↓
Ctrl + A
↓
Ctrl + Alt + F
↓
Result replaces the selection
Code
// fix the race condition in this function
function processPayment() {
...
}
→ Gramit returns the fixed code.
Prompts
make a login page
→ Gramit turns the rough idea into a detailed prompt for Claude, ChatGPT, Cursor, or another AI.
Writing
tell ravi i am on leave tomorrow
→ Gramit turns it into a ready-to-send message or email.
Grammar
Hey hr, wht are u donig ?
→ Turn rough buggy english into a fixed grammatically proffesional English.
You constantly move between code, terminals, GitHub, Slack, emails, documentation, customer feedback, and AI tools.
Gramit removes the copy → paste → prompt → copy → paste loop.
Select it. Tell Gramit what to do. Keep working.
Gramit currently supports four core modes:
| Mode | What it does |
|---|---|
grammar |
Fixes grammar, spelling and punctuation without changing your wording |
write |
Turns your instruction into the finished piece |
code |
Writes or fixes code, including requests written as code comments |
prompt |
Turns rough requests into structured prompts for other AI tools |
One mode is active at a time. Switch with:
gramit mode grammar
gramit mode write
gramit mode code
gramit mode promptThe default shortcut is:
Ctrl + Alt + F
On macOS:
Ctrl + Option + F
Open PowerShell:
irm https://raw.githubusercontent.com/JoeCelaster/gramit/main/install.ps1 | iexOpen Terminal:
curl -fsSL https://raw.githubusercontent.com/JoeCelaster/gramit/main/install.sh | shOpen Terminal:
curl -fsSL https://raw.githubusercontent.com/JoeCelaster/gramit/main/install.sh | shAfter installation, run:
gramit setup
gramit start
gramit doctor --fixgramit start- grammar
- write
- code
- promptCtrl + A
Windows / Linux
Ctrl + Alt + F
macOS
Ctrl + Option + F
The selected text is sent to the configured AI backend and the result is pasted back in its place.
You can change the default hotkey anytime:
gramit config set hotkey <Key name>For example:
gramit config set hotkey Ctrl+Alt+GThen restart Gramit:
gramit restartYour new hotkey will be used from then on.
gramit status
gramit mode
gramit version
gramit update
gramit doctor