Hey there! Meet Ellie—my personal command-line companion designed to take the hassle out of system management and automation. I’m Tachera Sasi, and I built Ellie for... well, me! But guess what? You get to use her too. Whether it’s managing services, showing off system info, or tinkering with files, Ellie’s got your back.
Ever thought, “Ugh, why do I need to remember a million commands just to manage my system?” Same here. That’s why I created Ellie—to make everything simpler, faster, and cooler.
- Start and stop services like Apache and MySQL in a flash
- Flex your system info because why not?
- Create, list, and manage files without leaving the terminal
- Handle network stuff like connecting to Wi-Fi
- Configure Git because you can’t escape Git
- Install and update packages effortlessly
git clone https://github.com/tacheraSasi/ellie.git
cd ellie
go build -o ellie
./ellie
Ellie speaks plain command-line English. Just type:
./ellie [command] [options]
-Running normal shell commands:
./ellie run <command>
./ellie run echo "Hello, Ellie!"
-
Start Apache or MySQL like a boss:
./ellie start apache ./ellie start mysql ./ellie start all
-
Stop them when it’s time to chill:
./ellie stop apache ./ellie stop mysql ./ellie stop all
-
Feeling fancy? Restart them:
./ellie restart apache ./ellie restart mysql ./ellie restart all
Show off what your system is made of:
./ellie sysinfo
-
Peek into a directory:
./ellie list /some/directory
-
Create files on the fly:
./ellie create-file ~/important.txt
-
See if you’re connected:
./ellie network-status
-
Jump on a Wi-Fi network like a ninja:
./ellie connect-wifi MyWiFiNetwork SuperSecretPassword
-
Install stuff with style:
./ellie install curl
-
Keep your system fresh:
./ellie update
- Set up Git because you’re a developer (or pretending to be):
./ellie setup-git
- No More Headaches – Stop Googling terminal commands every 5 minutes.
- Time Saver – Ellie automates the boring stuff.
- Built by Me, for Me (and You) – Ellie’s tailored to be practical, not bloated.
-
Start everything at once (like a pro):
./ellie start all
-
Stop MySQL (because it’s being extra):
./ellie stop mysql
-
Show off your system’s secrets:
./ellie sysinfo
-
Connect to Wi-Fi on the go:
./ellie connect-wifi MyNetwork MySuperSecretPassword
-
Create a file like you’re on a mission:
./ellie create-file ~/mission-critical.txt
Tachera Sasi
Ellie isn’t just a tool—it’s my way of saying, “I got tired of doing things the hard way.” I built her for myself, but I couldn’t keep this gem all to myself. So here you go—use her, love her, and tell your friends about her.
Think you can make Ellie even cooler? Fork the repo, add some magic, and send me a pull request. Let’s make Ellie a global sensation together. 🌟