{"id":22828712,"url":"https://github.com/busterc/bashcuts","last_synced_at":"2025-03-31T01:18:00.821Z","repository":{"id":20433241,"uuid":"23709942","full_name":"busterc/bashcuts","owner":"busterc","description":":shell: Command reveals Bash keyboard shortcuts (cheat sheet)","archived":false,"fork":false,"pushed_at":"2014-09-05T16:25:47.000Z","size":104,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T06:34:34.428Z","etag":null,"topics":["bash","bash-tricks","bash-tutorial","keyboard-shortcuts","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/busterc.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}},"created_at":"2014-09-05T16:24:54.000Z","updated_at":"2023-09-08T16:50:24.000Z","dependencies_parsed_at":"2022-07-31T19:38:11.206Z","dependency_job_id":null,"html_url":"https://github.com/busterc/bashcuts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fbashcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fbashcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fbashcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fbashcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/bashcuts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399803,"owners_count":20770909,"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":["bash","bash-tricks","bash-tutorial","keyboard-shortcuts","shell"],"created_at":"2024-12-12T19:11:49.248Z","updated_at":"2025-03-31T01:18:00.787Z","avatar_url":"https://github.com/busterc.png","language":"Shell","readme":"# bashcuts\nCommand reveals Bash keyboard shortcuts (cheat sheet)\n\n## Version\n1.0.0\n\n## Usage\n```sh\n$ bashcuts [option]\n\n\tOptions: # if no option is provided all shortcuts are displayed\n\n\t-h, --help       usage information\n\t-m, --moving     moving the cursor\n\t-e, --editing    editing\n\t-H, --history    history\n\t-p, --process    process control\n```\n## Sample Output\n```sh\n$ bashcuts --moving\n__________________\n\nMoving the cursor:\n__________________\n\n\tCtrl + a   Go to the beginning of the line (Home)\n\tCtrl + e   Go to the End of the line (End)\n\tCtrl + p   Previous command (Up arrow)\n\tCtrl + n   Next command (Down arrow)\n\t Alt + b   Back (left) one word\n\t Alt + f   Forward (right) one word\n\tCtrl + f   Forward one character\n\tCtrl + b   Backward one character\n\tCtrl + xx  Toggle between the start of line and current cursor position\n\n```\n\n## Installation\n```sh\n$ curl https://raw.githubusercontent.com/busterc/bashcuts/master/install.sh | sh\n```\n_By all means, examine the [install.sh](install.sh) file before installing._\n\n## FYI\n* bashcuts assumes that Bash is running the default Emacs key bindings\n* You if you want to output all shorcuts, consider using `less` like so: `$ bashcuts | less`\n\n## License\nThe MIT License (MIT)\n\nCopyright \u0026copy; 2014 Buster Collings\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fbashcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Fbashcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fbashcuts/lists"}