Launcher is a self‑contained, ultra‑lightweight app launcher inspired by Rainmeter gadgets—only faster, non‑intrusive, and ready to integrate right into your PATH. Think of it as an extended, pocket‑sized taskbar for power users who want to open executables, folders, and URLs with a single command or click.
GUI
CLI
Rapid Launching
• Open any .exe
with arguments
• Jump straight to file or folder locations
• Fire up websites in your default browser
Flexible Configuration
• Human‑friendly YAML file (Configurations.yaml
)
• Supports verbatim commands (!
prefix) and output monitoring (!?
)
Cross‑Platform Core
• Pure .NET solution—no Windows‑only APIs (aside from using explorer.exe
to open folders)
Rich CLI
lc --list # List all shortcuts
lc <Name> [<Args>…] # Launch a shortcut by name
lc --search <keywords> # Fuzzy‑match names or paths
lc --print <Name> # Show the underlying path (great for scripting)
lc --edit # Open config in your default editor
lc --open <Name> # Open with default program/browser
Big White Dot GUI
• Semi‑transparent, always‑on‑top dot for one‑click access
• Tray‑icon context menu with Recent, Favorites, Common Folders
• Double‑tap to edit configuration on the fly
Download the latest release from Itch.io:
methodox.itch.io/launcher
Add to PATH (optional but recommended) for instant access via lc
or launcher
.
Configure your editor for .yaml
files!
.yaml
isn’t a script wrapper (e.g. VS Code’s bin
folder).%UserProfile%\AppData\Local\Programs\Microsoft VS Code
).When launching GUI, it's also available in Task Tray on Windows:
Your shortcuts live in a plain‑text YAML at:
%APPDATA%\Launcher\Configurations.yaml
# Format: Name: Path
# Use '!' prefix for verbatim commands
# Use '!?'' to capture process output
# Examples
Editor: "C:\Program Files\MyEditor\editor.exe"
Docs: "C:\Users\You\Documents"
Search: "https://google.com/search?q="
Build: !? dotnet build MySolution.sln
Build {project}
)lc --interactive
/ -i
)--open
for default‑program launchingFor full history, see the GitHub changelog.