pranavkumaarofficial/nlcli-wizard
Natural language control for Python CLI tools using locally-trained SLMs (CPU inference)
This tool helps developers and system administrators by translating plain English descriptions into complex command-line interface (CLI) commands. You provide a natural language request, like "run nginx on port 8080 with production env in background," and it outputs the exact CLI command, such as `docker run -d -p 8080:80 --name web -e NODE_ENV=production nginx`. It's designed for anyone who uses CLI tools frequently but wants to avoid memorizing specific flags and syntax.
Use this if you often use CLI tools like Docker and find yourself looking up specific commands or flags, wishing you could just describe what you want to do.
Not ideal if you rarely use CLI tools, prefer GUI interfaces, or need 100% accuracy without any review of the generated commands.
Stars
30
Forks
3
Language
Python
License
MIT
Category
Last pushed
Feb 21, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/pranavkumaarofficial/nlcli-wizard"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cdqa-suite/cdQA
⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
AMontgomerie/question_generator
An NLP system for generating reading comprehension questions
KristiyanVachev/Leaf-Question-Generation
Easy to use and understand multiple-choice question generation algorithm using T5 Transformers.
robinniesert/kaggle-google-quest
Google QUEST Q&A Labeling Kaggle Competition 6th Place Solution
cooelf/AwesomeMRC
IJCAI 2021 Tutorial & code for Retrospective Reader for Machine Reading Comprehension (AAAI 2021)