{"id":40476944,"url":"https://github.com/remcostoeten/ripgrep-command-creator-helper","last_synced_at":"2026-01-20T18:25:31.451Z","repository":{"id":290123752,"uuid":"973441400","full_name":"remcostoeten/ripgrep-command-creator-helper","owner":"remcostoeten","description":"Are you also to dumb or capable of remembering a API? You're not alone! configure your ripgrep command however you want.  Built with performance and keyboard navigation in mind. Use Alt + number to jump between sections.","archived":false,"fork":false,"pushed_at":"2025-04-27T20:54:53.000Z","size":74,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T08:49:13.018Z","etag":null,"topics":["cli-frontend","grep","rg","ripgrep","ripgrep-frontend","solidjs"],"latest_commit_sha":null,"homepage":"http://ripgrep-helper.vercel.app/","language":"TypeScript","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/remcostoeten.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,"zenodo":null}},"created_at":"2025-04-27T02:01:43.000Z","updated_at":"2025-04-28T23:15:11.000Z","dependencies_parsed_at":"2025-04-27T03:18:51.431Z","dependency_job_id":"ab689c2b-d2b3-42ea-b4cb-ad99f9316904","html_url":"https://github.com/remcostoeten/ripgrep-command-creator-helper","commit_stats":null,"previous_names":["remcostoeten/ripgrep-command-creator-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remcostoeten/ripgrep-command-creator-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fripgrep-command-creator-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fripgrep-command-creator-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fripgrep-command-creator-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fripgrep-command-creator-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remcostoeten","download_url":"https://codeload.github.com/remcostoeten/ripgrep-command-creator-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fripgrep-command-creator-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28609098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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":["cli-frontend","grep","rg","ripgrep","ripgrep-frontend","solidjs"],"created_at":"2026-01-20T18:25:31.282Z","updated_at":"2026-01-20T18:25:31.416Z","avatar_url":"https://github.com/remcostoeten.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Ripgrep Helper UI\n\nA modern, interactive web interface for building powerful ripgrep commands. Built with SolidJS and styled with a GitHub Dark-inspired theme.\n\n## ✨ Features\n\n- 🎯 Interactive UI for building ripgrep commands\n- 🎨 Beautiful GitHub Dark-inspired theme\n- ⚡ Real-time command generation\n- 🔥 Preset filters for common use cases:\n  - Web Development (JS/TS, CSS, HTML)\n  - Documentation (MD, TXT, RST)\n  - Configuration Files (JSON, YAML, ENV)\n  - Images (JPG, PNG, SVG)\n  - Backend Code (Python, Ruby, Java)\n- ⌨️ Keyboard shortcuts for quick navigation\n- 💾 Automatic state persistence\n- 📱 Responsive design for all screen sizes\n\n## 🚀 Quick Start\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/remcostoeten/ripgrep-helperr.git\ncd ripgrep-helperr\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Start the development server:\n\n```bash\npnpm dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## 🛠️ Built With\n\n- [SolidJS](https://www.solidjs.com/) - A declarative JavaScript library for building user interfaces\n- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling\n- [PrismJS](https://prismjs.com/) - Syntax highlighting\n- [TypeScript](https://www.typescriptlang.org/) - Type safety and better developer experience\n\n## 📦 Production Build\n\nTo create a production build:\n\n```bash\npnpm build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n```bash\n$ npm install # or pnpm install or yarn install\n```\n\n### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm run dev` or `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\n\n### `npm run build`\n\nBuilds the app for production to the `dist` folder.\u003cbr\u003e\nIt correctly bundles Solid in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\n## Deployment\n\nYou can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcostoeten%2Fripgrep-command-creator-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremcostoeten%2Fripgrep-command-creator-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcostoeten%2Fripgrep-command-creator-helper/lists"}