{"id":16402702,"url":"https://github.com/m5x5/quick-edits","last_synced_at":"2025-03-21T02:33:25.040Z","repository":{"id":244768784,"uuid":"816033571","full_name":"m5x5/quick-edits","owner":"m5x5","description":"Edit elements quicker in the browser and find them easier in your code.","archived":false,"fork":false,"pushed_at":"2024-09-14T12:46:49.000Z","size":30473,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-12T05:47:00.855Z","etag":null,"topics":["chrome-extension","code-search","devtools","frontend","tailwindcss"],"latest_commit_sha":null,"homepage":"https://quick-edits-extension.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m5x5.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}},"created_at":"2024-06-16T21:51:05.000Z","updated_at":"2024-09-14T12:46:54.000Z","dependencies_parsed_at":"2024-08-26T23:59:37.964Z","dependency_job_id":"a2d07c84-61d9-478a-9484-8f8f9dba6920","html_url":"https://github.com/m5x5/quick-edits","commit_stats":null,"previous_names":["m5x5/quick-edits"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5x5%2Fquick-edits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5x5%2Fquick-edits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5x5%2Fquick-edits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5x5%2Fquick-edits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m5x5","download_url":"https://codeload.github.com/m5x5/quick-edits/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811380,"owners_count":16884305,"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":["chrome-extension","code-search","devtools","frontend","tailwindcss"],"created_at":"2024-10-11T05:46:59.881Z","updated_at":"2024-10-28T09:12:34.763Z","avatar_url":"https://github.com/m5x5.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Edits 🚀\n\nQuickly locates the code you need to edit. Optimizes the frontend development workflow.\n\n## Usage\n\n### Popup\n\nProvides a quick way to test TailwindCSS classes and jump to the code you need to edit.\n\n![How to use popup](./docs/how-to-use-popup.gif)\n\n### Extension Settings\n\nOffers a few settings to configure the project code folder that includes the code you want to search through and an editor select box.\n\n![Extension settings popup](./docs/extension-settings-popup.png)\n\n## Installation\n\n### Quick Install 🚀\nFollow the [docs](https://quick-edits-extension.vercel.app/docs) to follow the quick install guide.\n\n### Manual Installation\n\nIf you're on MacOS simply start the new ./start.sh command and it'll attempt to configure it for you. Otherwise continue with this installation.\n\n#### Chrome Extension\n\nInstall and build Chrome Extension.\n\n```bash\n  cd browser-extension\n  npm install --legacy-peer-deps\n  npm run build\n```\n\nThis project is tested with BrowserStack.\n#### Native Code Search Module\n\n```bash\n  cd native-module\n  go install\n  go build\n```\n\n##### MacOS Config\n\n```bash\n  cd /Library/Google/Chrome/NativeMessagingHosts\n  sudo touch com.my_company.my_application.json\n```\n\nAdd this as content of `com.my_company.my_application.json`\n\n```json\n{\n  \"name\": \"com.my_company.my_application\",\n  \"description\": \"Quick Edits\",\n  \"path\": \"/absolute/path/to/built/go/module/m\",\n  \"type\": \"stdio\",\n  \"allowed_origins\": [\"chrome-extension://yourchromeextensionid/\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5x5%2Fquick-edits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm5x5%2Fquick-edits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5x5%2Fquick-edits/lists"}