{"id":29523948,"url":"https://github.com/reza-ygb/smart-application-launcher","last_synced_at":"2026-05-19T03:14:49.216Z","repository":{"id":304264157,"uuid":"1018281189","full_name":"reza-ygb/smart-application-launcher","owner":"reza-ygb","description":"Intelligent application launcher with GUI, CLI, and Rofi interfaces - Auto-detects 1500+ applications with smart categorization","archived":false,"fork":false,"pushed_at":"2025-07-12T00:12:49.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T02:58:38.022Z","etag":null,"topics":["application-launcher","automation","cli","desktop","gui","linux","productivity","pyqt5","python","rofi"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reza-ygb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-12T00:06:00.000Z","updated_at":"2025-07-12T00:12:58.000Z","dependencies_parsed_at":"2025-07-13T03:17:29.326Z","dependency_job_id":null,"html_url":"https://github.com/reza-ygb/smart-application-launcher","commit_stats":null,"previous_names":["reza-ygb/smart-application-launcher"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/reza-ygb/smart-application-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reza-ygb%2Fsmart-application-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reza-ygb%2Fsmart-application-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reza-ygb%2Fsmart-application-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reza-ygb%2Fsmart-application-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reza-ygb","download_url":"https://codeload.github.com/reza-ygb/smart-application-launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reza-ygb%2Fsmart-application-launcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265529210,"owners_count":23782854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application-launcher","automation","cli","desktop","gui","linux","productivity","pyqt5","python","rofi"],"created_at":"2025-07-16T18:09:11.795Z","updated_at":"2026-05-19T03:14:44.183Z","avatar_url":"https://github.com/reza-ygb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Application Launcher\n\nA powerful, intelligent application launcher with multiple interfaces and automatic application detection.\n\n![Smart Launcher](bulletproof_launcher_icon_128.png)\n\n## Features\n\n- **🚀 Automatic Detection**: Scans your system for 1,500+ applications\n- **🎯 Smart Categorization**: Organizes apps into 9 categories automatically\n- **🎨 Three Interfaces**: GUI, CLI, and Rofi launcher options\n- **⚡ Fast Performance**: Lightweight and responsive\n- **🖥️ Desktop Integration**: Appears in system application menu\n- **🔍 Real-time Search**: Find applications instantly\n- **🎨 Beautiful UI**: Modern, clean interface design\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/username/smart-launcher.git\ncd smart-launcher\n\n# Run the installer\nchmod +x install.sh\n./install.sh\n\n# Launch the GUI\npython3 bulletproof_launcher.py\n```\n\n## Available Launchers\n\n### 1. GUI Launcher (Recommended)\n```bash\npython3 bulletproof_launcher.py\n```\n- Modern PyQt5 interface\n- Visual application cards\n- Category-based browsing\n- Integrated search\n\n### 2. CLI Launcher\n```bash\npython3 smart_cli_launcher.py\n```\n- Terminal-based interface\n- Keyboard navigation\n- Perfect for SSH sessions\n- Menu-driven interaction\n\n### 3. Rofi Launcher\n```bash\n./launcher.sh\n```\n- Integration with Rofi\n- Keyboard-only operation\n- Unlimited directory nesting\n- Breadcrumb navigation\n\n## Categories\n\nApplications are automatically organized into:\n\n- 🔧 **Development**: IDEs, editors, compilers\n- 🎨 **Graphics**: Image editors, design tools\n- 🌐 **Internet**: Browsers, email, chat\n- 🎵 **Media**: Audio/video players, streaming\n- 📄 **Office**: Documents, spreadsheets, PDFs\n- 🎮 **Games**: Gaming applications\n- ⚙️ **Utilities**: System tools, file managers\n- 🔒 **Security**: VPNs, password managers\n- 📦 **Other**: Everything else\n\n## System Requirements\n\n- Linux (tested on Ubuntu, Fedora, Arch)\n- Python 3.8+\n- PyQt5 (for GUI)\n- Rofi (optional, for rofi launcher)\n\n## Dependencies\n\nAll dependencies are automatically installed by the installer:\n\n- PyQt5 (GUI framework)\n- PyYAML (configuration)\n- Pillow (icon processing)\n\n## Desktop Integration\n\nAfter installation, the launcher appears in your system menu under \"Utilities\" as \"Smart Launcher\".\n\n## Manual Installation\n\nIf you prefer manual setup:\n\n```bash\n# Create virtual environment\npython3 -m venv .venv\nsource .venv/bin/activate\n\n# Install dependencies\npip install -r requirements.txt\n\n# Make executable\nchmod +x *.py *.sh\n\n# Run\npython3 bulletproof_launcher.py\n```\n\n## Configuration\n\nThe launcher automatically detects applications from:\n- `/usr/share/applications/` (desktop files)\n- System PATH (command-line tools)\n\nNo manual configuration required!\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## Screenshots\n\n### GUI Launcher\nModern interface with categorized applications and search functionality.\n\n### CLI Launcher\nTerminal-based navigation with keyboard shortcuts and pagination.\n\n### Rofi Integration\nSeamless integration with the Rofi application launcher.\n\n---\n\nMade with ❤️ for the Linux community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freza-ygb%2Fsmart-application-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freza-ygb%2Fsmart-application-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freza-ygb%2Fsmart-application-launcher/lists"}