Skip to content

JayeshVegda/Flow.Launcher.Plugin.LaunchNow

Repository files navigation

Mega Search Logo

LaunchNow
Search Smarter. Search Everywhere.

Latest Release Python Version License Total Downloads


🚀 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.


🎯 Quick Start

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


📋 Table of Contents


🚀 Installation

📋 Prerequisites

Before installing, make sure you have:

📥 Method 1: Download from Releases (Recommended)
  1. Go to Releases
  2. Download the latest .zip file
  3. Extract to: C:\Users\<YourUsername>\AppData\Roaming\FlowLauncher\Plugins
  4. Restart Flow Launcher
🔧 Method 2: Manual Installation
  1. Open Plugin Directory:

    C:\Users\<YourUsername>\AppData\Roaming\FlowLauncher\Plugins
    
  2. Clone Repository:

    git clone https://github.com/JayeshVegda/Flow.Launcher.Plugin.LaunchNow
  3. Restart Flow Launcher


💡 How to Use

Basic Commands

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

⚙️ Configuration

📝 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

📚 Examples

🔍 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

🤝 Contributing

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
  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. 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

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


👨‍💻 Author

GitHub: @JayeshVegda


⭐ If you find this plugin helpful, please give it a star!
Made with ❤️ to make your web searching blazing fast.

About

Mega Search is a Flow Launcher plugin that lets you open multiple websites or search engines in one go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages