{"id":30719865,"url":"https://github.com/dankinsoid/cursorgun","last_synced_at":"2025-10-28T16:43:31.924Z","repository":{"id":273443001,"uuid":"919716129","full_name":"dankinsoid/CursorGun","owner":"dankinsoid","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-01T07:33:08.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T10:42:44.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/dankinsoid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dco":null,"cla":null}},"created_at":"2025-01-20T21:53:44.000Z","updated_at":"2025-02-01T07:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd7e52c0-015a-45bf-97c6-b328e8a222a6","html_url":"https://github.com/dankinsoid/CursorGun","commit_stats":null,"previous_names":["dankinsoid/cursorgun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dankinsoid/CursorGun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FCursorGun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FCursorGun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FCursorGun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FCursorGun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dankinsoid","download_url":"https://codeload.github.com/dankinsoid/CursorGun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FCursorGun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510917,"owners_count":25998997,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-09-03T10:42:31.040Z","updated_at":"2025-10-05T19:58:25.868Z","avatar_url":"https://github.com/dankinsoid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cursor Gun\n\nA VSCode extension that provides powerful multiple cursor capabilities with intuitive keyboard shortcuts.\n\n## Features\n\n### Pattern-Based Cursors and Selections\n- **Add Cursors at Regex Matches** (`Alt+/`): Add cursors at all matches of a regex pattern\n- **Select All Regex Matches** (`Alt+Shift+/`): Create selections of all regex pattern matches\n- **Add Cursors at Character** (`Alt+f`): Add cursors at all occurrences of a specific character\n\n### Smart Cursor Placement\n- **Add Cursors Around Word**: Add cursors at the start and end of the current word\n- **Add Cursors Inside Brackets**: Add cursors inside the nearest brackets/quotes\n- **Add Cursors Around Brackets**: Add cursors around the nearest brackets/quotes\n\n### Selection Scope\nAll commands work either:\n- On the entire document when no text is selected\n- Only within the selected text when there's an active selection\n\n## Installation\n\nInstall this extension from the VSCode Marketplace:\n1. Open VSCode\n2. Go to Extensions view (`Ctrl+Shift+X` or `Cmd+Shift+X`)\n3. Search for \"Cursor Gun\"\n4. Click Install\n\n## Usage Examples\n\n1. Add cursors at regex matches:\n   - Press `Alt+/`\n   - Type your regex pattern (e.g., \"console.log\")\n   - Press Enter to confirm\n   - Live preview shows where cursors will be placed\n\n2. Select all regex matches:\n   - Press `Alt+Shift+/`\n   - Type your regex pattern\n   - Press Enter to create selections\n   - Live preview shows matches as you type\n\n3. Add cursors at character matches:\n   - Press `Alt+f`\n   - Type any single character\n   - Cursors are added at all occurrences\n\n4. Add cursors inside brackets:\n   - Place cursor inside any brackets/quotes: (), [], {}, \"\", '', ``\n   - Press `Alt+i`\n   - Cursors are added after opening and before closing brackets\n\n## Supported Commands\n\nAll commands can be run from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`):\n\n- `Cursor Gun: Add Cursors at Regex Matches`\n- `Cursor Gun: Select All Regex Matches`\n- `Cursor Gun: Add Cursors at Character`\n- `Cursor Gun: Add Cursors at Word Start`\n- `Cursor Gun: Add Cursors Around Word`\n- `Cursor Gun: Add Cursors Inside Brackets`\n- `Cursor Gun: Add Cursors Around Brackets`\n\n## Keyboard Shortcuts\n\n- `Alt+/`: Add cursors at regex matches\n- `Alt+Shift+/`: Select all regex matches\n- `Alt+f`: Add cursors at character matches\n\nAdditional shortcuts can be configured in VSCode's Keyboard Shortcuts settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fcursorgun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdankinsoid%2Fcursorgun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fcursorgun/lists"}