Skip to content

justdo> is a minimal, fast, and futuristic command-line interface designed for developers who want to execute, automate, and build — without distractions. This isn't just another shell. It's your streamlined execution layer.

Notifications You must be signed in to change notification settings

xPAlien/do-the-shell

Repository files navigation

justdo>

justdo> is a minimal, fast, and futuristic command-line interface designed for developers who want to execute, automate, and build — without distractions.
This isn't just another shell. It's your streamlined execution layer.


🚀 Features

  • Instant Commands – Execute tasks with zero setup friction.
  • 🧠 Smart Context – Auto-complete and adapt to your workflow.
  • 🔒 Secure by Default – Every command sandboxed for safety.
  • 💻 Cross-Platform – Works on Linux, macOS, and Windows.
  • 🎨 Modern Look – Minimal aesthetic paired with powerful performance.

🛠️ Installation

Quick Install (Recommended)

curl -s https://justdo.sh/install.sh | bash

Manual Installation

# Download the CLI
curl -s https://justdo.sh/bin/justdo -o justdo
chmod +x justdo

# Move to your PATH (requires sudo)
sudo mv justdo /usr/local/bin/

💡 Usage

# Fix common command mistakes
justdo ipconfig
# → Suggests: ifconfig (macOS) or ip a (Linux)

# Enable analytics to track your usage
justdo analytics on

# Teach it your custom commands
justdo teach ipconfig "ip addr"

# View your command stats
justdo stats

🧠 Philosophy

"Execution is everything. Just do>"

justdo> embraces simplicity, speed, and control.
It's for those who value action over friction — command, build, deploy — just do>.


👨‍💻 Contributing

We welcome contributions!
Fork the repo, create a feature branch, and submit a PR.

git checkout -b feature/your-feature
git commit -m "Add your feature"
git push origin feature/your-feature

📜 License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

Enterprise Licensing Available – Contact us for commercial licensing options under a more permissive license (such as MIT).

Contributor Agreement – By contributing to this project, you agree to release all rights to your contributions to the project maintainers.

About

justdo> is a minimal, fast, and futuristic command-line interface designed for developers who want to execute, automate, and build — without distractions. This isn't just another shell. It's your streamlined execution layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published