{"id":21344478,"url":"https://github.com/s00d/search-bolt","last_synced_at":"2026-01-03T13:05:07.555Z","repository":{"id":260244727,"uuid":"880758495","full_name":"s00d/search-bolt","owner":"s00d","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-24T12:47:50.000Z","size":897,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T02:34:00.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s00d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-10-30T09:56:53.000Z","updated_at":"2024-12-24T11:43:59.000Z","dependencies_parsed_at":"2024-12-24T12:40:56.315Z","dependency_job_id":"b7a4746a-42ae-446f-817d-9db385cbd23b","html_url":"https://github.com/s00d/search-bolt","commit_stats":null,"previous_names":["s00d/search-bolt"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fsearch-bolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fsearch-bolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fsearch-bolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fsearch-bolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/search-bolt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243819312,"owners_count":20352868,"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":[],"created_at":"2024-11-22T01:19:13.059Z","updated_at":"2026-01-03T13:05:07.474Z","avatar_url":"https://github.com/s00d.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://img.shields.io/badge/Download-Release-000081?style=for-the-badge)](https://github.com/s00d/search-bolt/releases/tag/v0.1.3)\n[![GitHub issues](https://img.shields.io/github/issues/s00d/tauri-plugin-serialplugin?style=for-the-badge)](https://github.com/s00d/search-bolt/issues)\n[![GitHub stars](https://img.shields.io/github/stars/s00d/tauri-plugin-serialplugin?style=for-the-badge)](https://github.com/s00d/search-bolt/stargazers)\n[![Donate](https://img.shields.io/badge/Donate-Donationalerts-ff4081?style=for-the-badge)](https://www.donationalerts.com/r/s00d88)\n\n# search bolt\n\nA modern, visual search tool built with Tauri 2, Vue 3, and Tailwind CSS that provides a user-friendly interface for ripgrep or grep, the blazingly fast search tool.\n\n![SearchBolt Screenshot](https://github.com/s00d/search-bolt/blob/main/public/Screenshot.png?raw=true)\n\n\n## Features\n\n- 🔍 Fast file content search using ripgrep\n- 🎯 Advanced search options:\n    - Case sensitivity toggle\n    - Whole word matching\n    - Regular expression support\n    - Maximum search depth control\n    - File type filtering\n    - Pattern exclusion\n- 💅 Syntax-highlighted search results\n- 📋 One-click result copying\n- 🎨 Clean, modern UI with Tailwind CSS\n- 🚀 Cross-platform support (Windows, macOS, Linux)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (v16 or later)\n- [Rust](https://www.rust-lang.org/tools/install)\n- [ripgrep](https://github.com/BurntSushi/ripgrep#installation) installed on your system\n\n## Development Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/s00d/search-bolt\ncd search-bolt\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run tauri dev\n```\n\n## Building for Production\n\nTo create a production build:\n\n```bash\nnpm run tauri build\n```\n\nThe built application will be available in the `src-tauri/target/release` directory.\n\n## Usage\n\n1. Launch the application\n2. Click \"Browse\" to select a directory to search in\n3. Enter your search pattern\n4. Configure advanced options if needed:\n    - Toggle case sensitivity\n    - Enable whole word matching\n    - Enable regex mode\n    - Set maximum search depth\n    - Add file type filters\n    - Add exclusion patterns\n5. Click \"Search\" to start searching\n6. View results with syntax highlighting\n7. Copy results to clipboard with one click\n\n## Tech Stack\n\n- [Tauri 2](https://tauri.app/) - Desktop application framework\n- [Vue 3](https://vuejs.org/) - Frontend framework\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n- [ripgrep](https://github.com/BurntSushi/ripgrep) - Search tool\n- [highlight.js](https://highlightjs.org/) - Syntax highlighting\n- [HeadlessUI](https://headlessui.dev/) - Unstyled UI components\n\n## License\n\nMIT\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n\n### mac OS Sign\n\n```bash\nchmod +x /Applications/search-bolt.app\nxattr -cr /Applications/search-bolt.app\ncodesign --force --deep --sign - /Applications/search-bolt.app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fsearch-bolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Fsearch-bolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fsearch-bolt/lists"}