🚀 LaunchNow is a powerful Flow Launcher plugin that lets you open multiple websites at once using a single keyword.
Define search groups, customize your engines, and boost your productivity with one quick command.
Basic Usage:
- Type
ln→ See all available groups - Type
ln ai hello world→ Search "hello world" on all AI platforms - Type
ln yt lofi music→ Search YouTube for "lofi music"
What makes it special :
✨ Open multiple websites at once
⚡ Custom shortcuts for every site
🎨 Visual icons for easy recognition
🔧 Simple JSON configuration
📋 Prerequisites
Before installing, make sure you have:
- Flow Launcher installed and running
- Python 3.7 or higher
📥 Method 1: Download from Releases (Recommended)
- Go to Releases
- Download the latest
.zipfile - Extract to:
C:\Users\<YourUsername>\AppData\Roaming\FlowLauncher\Plugins - Restart Flow Launcher
🔧 Method 2: Manual Installation
-
Open Plugin Directory:
C:\Users\<YourUsername>\AppData\Roaming\FlowLauncher\Plugins -
Clone Repository:
git clone https://github.com/JayeshVegda/Flow.Launcher.Plugin.LaunchNow
-
Restart Flow Launcher
| Command | Description | Example |
|---|---|---|
ln |
Show all available groups | ln to display all search groups |
ln <group> |
Open all sites in group | ln ai to open all AI platforms |
ln <group> <query> |
Search query on all group sites | ln shopping wireless headphones to search all shopping sites |
ln <code> <query> |
Search specific site using short code | ln yt lofi music to search YouTube |
ln <site_name> <query> |
Search specific site using full name | ln google flow launcher to search Google |
ln config |
Open the configuration file (engines.json) |
ln config |
📝 Basic Configuration
All settings are in engines.json. Here's the structure:
{
"groupName": {
"name": "Display Name",
"icon": "path/to/icon.png",
"websites": [
{
"name": "Site Name",
"code": "short-code",
"url": "https://example.com/search?q={}",
"icon": "path/to/site-icon.png"
}
]
}
}Key Points:
- Use
{}where the search query should go - Keep codes short and memorable
- Icons should be in the
Images/folder
🔍 Search Examples
ln g python tutorial → Google search
ln yt python course → YouTube search
ln ai explain recursion → Search all AI platforms
ln shopping wireless mouse → Search all shopping sites
⚡ Quick Actions
ln → See all available groups
ln ai → Open all AI platforms (no search)
ln video → Open all video platforms
ln shopping → Open all shopping sites
We welcome contributions! Here's how to help:
🐛 Reporting Issues
Found a bug? Please include:
- Your Flow Launcher version
- Steps to reproduce the issue
- Expected vs actual behavior
- Screenshots if helpful
✨ Adding Features
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
Guidelines:
- Keep code clean and documented
- Follow existing patterns in
engines.json - Include icons for new sites
- Update README if needed
This project is licensed under the MIT License - see the LICENSE file for details.
GitHub: @JayeshVegda
⭐ If you find this plugin helpful, please give it a star!
Made with ❤️ to make your web searching blazing fast.
