Seedhe CMD is a command-line tool that provides instant access to commonly used development commands and AI-assisted command guidance directly within the terminal. It helps developers reduce context switching by eliminating the need to search documentation or external resources.
Seedhe CMD improves developer productivity by combining curated command cheatsheets with AI-powered assistance. It enables developers to quickly reference commands, understand their usage, and resolve issues without leaving their workflow.
This project was developed before AI-assisted command guidance became widely integrated into modern IDEs and tooling.
Command Cheatsheets Access frequently used commands for:
- Git
- Docker
- Linux
- React
- Next.js
- Node.js
AI-Assisted Command Guidance Provides command suggestions and explanations using the Google Gemini API.
Terminal-Native Interface Fully operates within the command line environment.
Lightweight and Easy to Install Minimal dependencies and simple setup.
Install globally using npm:
npm install -g seedhe-cmdSeedhe CMD uses the Google Gemini API.
export GOOGLE_GEMINI_API_KEY=YOUR_API_KEYsetx GOOGLE_GEMINI_API_KEY "YOUR_API_KEY"Open the interactive menu:
seedheOpen a cheatsheet directly:
seedhe git
seedhe docker
seedhe linux
seedhe react
seedhe nextjs
seedhe nodejsStart AI assistance:
seedhe chatExit:
seedhe exit- Quickly referencing commands during development
- Learning command-line tools
- Reducing reliance on browser-based documentation
- Improving terminal-based workflows
- Node.js
- CLI tooling (Node ecosystem)
- Google Gemini API
Contributions are welcome. Please open an issue or submit a pull request.
MIT License
