InputBar Ephraem
winget install --id=Ephraem.InputBar -e InputBar Setup
winget install --id=Ephraem.InputBar -e InputBar Setup
【 𝗜𝗻𝗽𝘂𝘁 𝗕𝗮𝗿 】
A fast application launcher for Windows, triggered by a global keyboard shortcut.
Minimal interface, plugin-based, fully configurable through JSON files.
2 + 2, the result appears and copies to clipboard→ on any app or file to access Start as admin / Open folder / Copy file path✅ Setup / Portable
Download the Setup.exe or Portable.zip from the Releases page.
✅ Winget
winget install Ephraem.InputBar
🛠️ From Source
Clone the repository, then install the dependencies:
pip install PyQt6 rapidfuzz pywin32
Run src/InputBar.pyw (as Administrator for global hotkeys).
| Action | Shortcut |
|---|---|
| Open InputBar | Ctrl+Space (default) |
| Navigate results | ↑ / ↓ |
| Launch selection | Enter |
| Open submenu | → |
| Go back | ← or select "Back" |
| Close InputBar | Escape |
Everything is managed through JSON files — no settings GUI.
Just start typing — InputBar fuzzy-searches all your installed apps instantly.
chrome → Google Chrome
vsc → Visual Studio Code (via alias)
Press → on any result to access Start as admin, Open folder, or Copy file path.
Requires voidtools Everything — started silently in the background if not running.
f report.pdf → search "report.pdf" everywhere
Z:\Projects → list all files in that folder
wallpapers .png → search .png files in your "wallpapers" favorite folder
.mp4 → list recently modified .mp4 files
Define folder shortcuts in Plugins/Everything/favorites.data:
wallpapers=C:\Users\Me\Pictures\Wallpapers
projects=D:\Dev\Projects
Type any math expression. The result appears at the top — press Enter to copy it.
(10 * 3) / 4 → = 7.5
2 ^ 8 → = 256
Type system or the command name directly. A confirmation is always required before execution.
lock → Lock the session
restart → Restart the PC
shutdown → Shut down
Type shell to list your saved shortcuts, or run commands directly from InputBar.
shell fastfetch → runs your "fastfetch" shortcut
git status → opens a terminal and runs git status
python C:\script.py → runs the script in a new window
Define shortcuts in Plugins/Shell/favorites.data:
btop=cmd btop
fastfetch=pwsh fastfetch
GPL-3.0 license - see LICENSE for details.