{"id":22279360,"url":"https://github.com/shortarrow/razorshell","last_synced_at":"2025-10-10T10:34:25.681Z","repository":{"id":265690122,"uuid":"755757888","full_name":"ShortArrow/razorshell","owner":"ShortArrow","description":"Web browser extension add shortcut like bash shell","archived":false,"fork":false,"pushed_at":"2024-09-29T16:23:55.000Z","size":346,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T14:55:40.345Z","etag":null,"topics":["browser-extension","shortcut","webbrowser-extension"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/razorshell/ahokbhndbjckeejighhkldiohmokpclb","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/ShortArrow.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-02-11T00:26:26.000Z","updated_at":"2024-10-17T22:34:10.000Z","dependencies_parsed_at":"2024-11-30T14:44:49.130Z","dependency_job_id":"9611c3af-c9a0-430d-8e23-a58397c32127","html_url":"https://github.com/ShortArrow/razorshell","commit_stats":null,"previous_names":["shortarrow/razorshell"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ShortArrow/razorshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Frazorshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Frazorshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Frazorshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Frazorshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShortArrow","download_url":"https://codeload.github.com/ShortArrow/razorshell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Frazorshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003544,"owners_count":26083595,"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-10T02:00:06.843Z","response_time":62,"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":["browser-extension","shortcut","webbrowser-extension"],"created_at":"2024-12-03T15:19:08.430Z","updated_at":"2025-10-10T10:34:25.666Z","avatar_url":"https://github.com/ShortArrow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Razorshell\n\nThis is a browser extension that adds bash shell-like keyboard shortcuts to textboxes.\n\n![main image](./image/razorshell.svg)\n\n## Features\n\n\u003c!-- markdownlint-disable md013 --\u003e\n\n| Shortcut                | Description                                     |\n| ----------------------- | ----------------------------------------------- |\n| `Ctrl` + `a`            | Go to start of line                             |\n| `Ctrl` + `b`            | Go backward character                           |\n| `Ctrl` + `c`            | Exit text box                                   |\n| ~~`Ctrl` + `d`~~        | Delete character                                |\n| `Ctrl` + `e`            | Go to end of line                               |\n| `Ctrl` + `f`            | Go forward character                            |\n| ~~`Ctrl` + `h`~~        | backspace                                       |\n| `Ctrl` + `k`            | kill line                                       |\n| `Ctrl` + `l`            | clear screen                                    |\n| `Ctrl` + `p`            | previous history                                |\n| `Ctrl` + `r`            | reverse search history                          |\n| ~~`Ctrl` + `t`~~        | transpose characters                            |\n| `Ctrl` + `u`            | Delete from the cursor to the start of the line |\n| ~~`Ctrl` + `w`~~        | Delete character before                         |\n| `Ctrl` + `y`            | Paste the yanked                                |\n| `Ctrl` + `\\`            |                                                 |\n| `Ctrl` + `[`            |                                                 |\n| `Ctrl` + `]`            | character search                                |\n| `Ctrl` + `_`            | Redo                                            |\n| `Ctrl` + `?`            |                                                 |\n| `Ctrl` + `@`            |                                                 |\n| `Ctrl` + `Space`        |                                                 |\n| `Alt` + `f` (`Esc`,`f`) | Go forward word                                 |\n| `Alt` + `b` (`Esc`,`b`) | Go backward word                                |\n| `Alt` + `p`             | non incremental reverse serch history           |\n| `Alt` + `u`             | up case word                                    |\n| `Alt` + `l`             | down case word                                  |\n| `Alt` + `d`             | kill word                                       |\n| `Alt` + `c`             | change to capital                               |\n| `Alt` + `.`             | yank last arg                                   |\n\nreference `bind -p | grep -E '^\"\\\\(e|C)'`\n\n\u003c!-- markdownlint-enable md013 --\u003e\n\n- [⛔] Browser tab-related shortcuts are reserved and cannot be overwritten\n  - [Certain Chrome shortcuts cannot be overridden](https://developer.chrome.com/docs/extensions/reference/api/commands#key-combinations)\n- [🚧] URL allow/deny list\n  - changeable allow list mode or deny list mode\n- [🚧] Verify shortcut registered and make alart\n  - [verify commands registered](https://developer.chrome.com/docs/extensions/reference/api/commands?hl=en#verify_commands_registered)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Frazorshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshortarrow%2Frazorshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Frazorshell/lists"}