A blazing-fast Windows productivity tool that brings Mac Spotlight-like power to your keyboard.
TotalControl is a modern, Rust-based desktop app that enables global hotkey-triggered search and command execution on Windows.
Press Ctrl + Space to launch a slick, semi-transparent search bar with autocomplete, where you can run:
- 🖥️ Desktop applications
- 🐚 Scripts or terminal commands
- 🌐 Websites
- 🔧 Your own custom workflows
Built to boost productivity by letting you control your system without touching the mouse.
- ⌨️ Global Hotkey Activation (Ctrl + Space)
- 🔍 Search Bar with Autocomplete (Slint-powered UI)
- 💻 Run Apps, Scripts, URLs via commands
- 💾 JSON-based Config File for user-defined commands
- 🌈 UI Customization (themes, hotkey editing) (upcoming)
- 🪟 Windows-Acrylic Blur (upcoming)
totalcontrol/
├── src/
│ ├── main.rs # App entrypoint
│ ├── hotkey.rs # Global hotkey listener
│ ├── ui.slint # Slint-based UI layout
│ ├── commands.rs # (Planned) Run apps/scripts/URLs
│ ├── autocomplete.rs # (Planned) Search & suggestions
│ ├── config.rs # (Planned) Command storage via JSON
├── build.rs # Slint UI build script
├── Cargo.toml # Rust dependencies
✅ Hotkey Listener ✅ Basic Search UI 🔄 Command Execution (in progress) 🔄 Autocomplete Engine 🔄 Config System (commands.json) 🔄 Acrylic Blur & UI Polish
- Rust (stable)
- Windows 10 or 11
git clone https://github.com/ExPl0iT-29/totalcontrol.git
cd totalcontrol
cargo runPress Ctrl + Space to trigger the launcher and type your command!
- Add Acrylic Blur & dark/light mode UI toggle
- Autocomplete via Trie/Tantivy
- Command Execution (open apps, shell scripts, websites)
-
commands.jsonfor configuration - Global hotkey customization
- Performance & background mode optimization
- Cross-platform support (long-term goal)
Most OSes don’t make automation and keyboard-first actions easy. TotalControl solves that.
- Run anything from your keyboard
- No more Start menu or shortcuts
- Make your own command launcher
- Fully customizable, no vendor lock-in
This project is part of HashSlap Summer of Code (HSSoC) — an open source initiative to help developers build real-world tools.
We welcome contributions in:
- Rust development (hotkey, autocomplete, async handling)
- UX/UI design improvements
- Command runners and integrations
Licensed under the MIT License
TotalControl is proudly maintained under the HashSlap Summer of Code (HSSoC) banner.
Let’s make Windows automation seamless — one shortcut at a time. 🌐 GitHub • 🔗 HSSoC Website