Always Two command ahead. A Shell faster than your thoughts.
Shells are supposed to be fast, but integrating AI in them makes them slow. So, we combined the capadilities of a users clipboard and ai models to make this super fasttt.
- Create a
.t.envfile in your home directory.
{
# gemini
"gemini_apiKey":"API_KEY",
# open ai
"azure_endpoint": "API_ENDPOINT",
"azure_apiKey": "API_KEY_OPENAI",
"azure_deploymentName": "API_DEPLOYMENT_NAME",
}- To install dependencies:
bun install- Link the cli
bun linkbun link cli- Usuage
naash- if you do not have a
open aikey you can just use thegemini_apiKeybut you won't be able to use theswitchAIcommand.
-
Look through users clipboard hitory, to auto suggest commands, eg: if the url has
https://github.com/Sushants-Git/team-gapthen auto suggestgit clone https://github.com/Sushants-Git/team-gapand same forwget,npm,brewand more.
-
hm(help me), look throughnaashcustom error stack that stores all terminal errors that a user has encountered, and using that to suggest a correct command and getting it copied straight to users clipboard.
-
he(help explain), explain things about the terminal that the user wants to know.
-
Multi-Model, no vendor look in you can switch between
openaiandgeminimodels.


