{"id":32428740,"url":"https://github.com/devnullvoid/dms-web-search","last_synced_at":"2026-02-15T05:09:56.831Z","repository":{"id":319746206,"uuid":"1079432838","full_name":"devnullvoid/dms-web-search","owner":"devnullvoid","description":"Web Search plugin for DankMaterialShell - Search the web with 23+ built-in search engines","archived":false,"fork":false,"pushed_at":"2026-01-30T08:15:22.000Z","size":320,"stargazers_count":8,"open_issues_count":3,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T00:14:27.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"QML","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/devnullvoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-19T19:46:16.000Z","updated_at":"2026-01-30T08:15:26.000Z","dependencies_parsed_at":"2025-10-20T04:36:41.459Z","dependency_job_id":null,"html_url":"https://github.com/devnullvoid/dms-web-search","commit_stats":null,"previous_names":["devnullvoid/dms-web-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devnullvoid/dms-web-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnullvoid%2Fdms-web-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnullvoid%2Fdms-web-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnullvoid%2Fdms-web-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnullvoid%2Fdms-web-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnullvoid","download_url":"https://codeload.github.com/devnullvoid/dms-web-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnullvoid%2Fdms-web-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29470001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:35:06.950Z","status":"ssl_error","status_checked_at":"2026-02-15T04:33:41.357Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-10-25T20:02:26.175Z","updated_at":"2026-02-15T05:09:56.825Z","avatar_url":"https://github.com/devnullvoid.png","language":"QML","funding_links":[],"categories":["QML"],"sub_categories":[],"readme":"# Web Search\n\nA DankMaterialShell launcher plugin for searching the web with 23+ built-in search engines and support for custom search engines.\n\n![Web Search Screenshot](screenshot.png)\n\n## Features\n\n- **23+ Built-in Search Engines** - Google, DuckDuckGo, GitHub, Stack Overflow, and more\n- **Custom Search Engines** - Add your own search engines with URL templates\n- **Keyword-Based Selection** - Type keywords to use specific engines (e.g., `github rust`)\n- **Configurable Default Engine** - Set your preferred search engine\n- **One-Click Search** - Select and press Enter to open browser\n- **Toast Notifications** - Visual feedback for every search\n- **Configurable Trigger** - Default `@` or set your own trigger\n\n## Installation\n\n### From Plugin Registry (Recommended)\n\n```bash\ndms plugins install webSearch\n```\n\n### Manual Installation\n\n```bash\n# Copy plugin to DMS plugins directory\ncp -r WebSearch ~/.config/DankMaterialShell/plugins/\n\n# Enable in DMS\n# 1. Open Settings (Ctrl+,)\n# 2. Go to Plugins tab\n# 3. Click \"Scan for Plugins\"\n# 4. Toggle \"Web Search\" to enable\n```\n\n## Usage\n\n### Basic Search\n\nNote: Avoid triggers reserved by DMS or other plugins (e.g., `/` is used for file search).\n\n1. Open launcher (Ctrl+Space)\n2. Type `@` followed by search query\n3. Examples:\n   - `@ rust tutorials` - Search with default engine\n   - `@ linux kernel` - General search\n4. Select engine and press Enter to open browser\n\n### Engine-Specific Search\n\nUse keywords to search specific engines directly:\n\n- `@ github awesome-linux` - Search GitHub\n- `@ youtube music video` - Search YouTube\n- `@ wiki quantum physics` - Search Wikipedia\n- `@ stackoverflow async rust` - Search Stack Overflow\n\n## Built-in Search Engines\n\n### General Search\n\n- **Google** - Keywords: `google`, `search`\n- **DuckDuckGo** - Keywords: `ddg`, `duckduckgo`, `privacy`\n- **Brave Search** - Keywords: `brave`, `privacy`\n- **Bing** - Keywords: `bing`, `microsoft`\n- **Kagi** - Keywords: `kagi`, `privacy`\n\n### Development\n\n- **GitHub** - Keywords: `github`, `code`, `git`\n- **Stack Overflow** - Keywords: `stackoverflow`, `stack`, `coding`\n- **npm** - Keywords: `npm`, `node`, `javascript`\n- **PyPI** - Keywords: `pypi`, `python`, `pip`\n- **crates.io** - Keywords: `crates`, `rust`, `cargo`\n- **MDN Web Docs** - Keywords: `mdn`, `mozilla`, `web`, `docs`\n\n### Linux \u0026 Packages\n\n- **Arch Linux Wiki** - Keywords: `arch`, `linux`, `packages`\n- **AUR** - Keywords: `aur`, `arch`, `packages`\n\n### Social \u0026 Media\n\n- **YouTube** - Keywords: `youtube`, `video`, `yt`\n- **Reddit** - Keywords: `reddit`\n- **Twitter/X** - Keywords: `twitter`, `x`, `social`\n- **LinkedIn** - Keywords: `linkedin`, `job`, `professional`\n\n### Reference\n\n- **Wikipedia** - Keywords: `wikipedia`, `wiki`\n- **Google Translate** - Keywords: `translate`, `translation`\n- **IMDb** - Keywords: `imdb`, `movies`, `tv`\n\n### Shopping\n\n- **Amazon** - Keywords: `amazon`, `shop`, `shopping`\n- **eBay** - Keywords: `ebay`, `shop`, `auction`\n\n### Utilities\n\n- **Google Maps** - Keywords: `maps`, `location`, `directions`\n- **Google Images** - Keywords: `images`, `pictures`, `photos`\n\n## Custom Search Engines\n\nAdd your own search engines via Settings:\n\n1. Open Settings → Plugins → Web Search\n2. Scroll to \"Custom Search Engines\"\n3. Fill in the form:\n   - **ID**: Unique identifier (e.g., `myengine`)\n   - **Name**: Display name (e.g., `My Search Engine`)\n   - **Icon**: Material icon name (e.g., `search`), prefix with `material:` to pull a Material Symbol (e.g., `material:travel_explore`), or prefix with `unicode:` to use emoji/Nerd Font glyphs (e.g., `unicode:`)\n   - **URL**: Search URL with `%s` placeholder\n   - **Keywords**: Comma-separated keywords for quick access\n\n### Example Custom Engines\n\n**Rust Documentation:**\n\n```\nID: rustdoc\nName: Rust Docs\nIcon: unicode:🦀\nURL: https://doc.rust-lang.org/std/?search=%s\nKeywords: rust,docs,documentation\n```\n\n**Arch Wiki:**\n\n```\nID: archwiki\nName: Arch Wiki\nIcon: material:menu_book\nURL: https://wiki.archlinux.org/index.php?search=%s\nKeywords: arch,wiki,documentation\n```\n\n**GitLab:**\n\n```\nID: gitlab\nName: GitLab\nIcon: material:code\nURL: https://gitlab.com/search?search=%s\nKeywords: gitlab,code\n```\n\n## Configuration\n\nAccess settings via DMS Settings → Plugins → Web Search:\n\n- **Trigger**: Set custom trigger (`@`, `!`, `ws`, etc.) or disable for always-on mode\n  - Avoid triggers reserved by DMS or other plugins (e.g., `/` is used for file search).\n- **Default Search Engine**: Choose your preferred engine (Google, DuckDuckGo, Brave, Bing)\n- **Custom Search Engines**: Add/manage your own search engines\n\n## Search Examples\n\n### General Queries\n\n```\n@ rust programming         # Search with default engine\n@ how to install arch      # General search\n```\n\n### Development\n\n```\n@ github awesome-linux     # Search GitHub\n@ stackoverflow async rust # Search Stack Overflow\n@ npm react hooks          # Search npm packages\n@ pypi requests            # Search Python packages\n```\n\n### Linux\n\n```\n@ arch firefox             # Search Arch packages\n@ aur brave-bin            # Search AUR\n@ wiki systemd             # Search Wikipedia\n```\n\n### Media\n\n```\n@ youtube rust tutorial    # Search YouTube\n@ reddit linux gaming      # Search Reddit\n@ imdb inception           # Search IMDb\n```\n\n## Requirements\n\n- DankMaterialShell \u003e= 0.1.0\n- Web browser (default system browser via `xdg-open`)\n- Wayland compositor\n\n## Compatibility\n\n- **Compositors**: Niri and Hyprland\n- **Distros**: Universal - works on any Linux distribution\n- **Browsers**: Works with any default browser\n\n## Technical Details\n\n- **Type**: Launcher plugin\n- **Trigger**: `@` (configurable)\n- **Language**: QML (Qt Modeling Language)\n- **Browser Launch**: Uses `xdg-open` for system default browser\n\n## Tips \u0026 Tricks\n\n1. **Keyword Shortcuts**: Type engine keywords first for direct search\n   - `github rust` instead of `@ github rust`\n\n2. **Combine Keywords**: Use multiple keywords to narrow results\n   - `stackoverflow rust async await`\n\n3. **Custom Engines**: Add frequently-used sites for quick access\n   - Add your company's internal documentation\n   - Add specialized search engines for your workflow\n\n## Contributing\n\nWant to add more built-in search engines? Open an issue or submit a pull request!\n\n## License\n\nMIT License - See LICENSE file for details\n\n## Author\n\nCreated for the DankMaterialShell community\n\n## Links\n\n- [DankMaterialShell](https://github.com/AvengeMedia/DankMaterialShell)\n- [Plugin Registry](https://github.com/AvengeMedia/dms-plugin-registry)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnullvoid%2Fdms-web-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnullvoid%2Fdms-web-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnullvoid%2Fdms-web-search/lists"}