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