{"id":15383347,"url":"https://github.com/andreruffert/command-line-shortcuts","last_synced_at":"2026-02-11T14:32:02.715Z","repository":{"id":30705420,"uuid":"34261477","full_name":"andreruffert/command-line-shortcuts","owner":"andreruffert","description":":rocket: Time-saving bash command line shortcuts.","archived":false,"fork":false,"pushed_at":"2015-04-20T13:24:28.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T21:34:28.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"abjer/tsds","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreruffert.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":"2015-04-20T13:16:25.000Z","updated_at":"2025-03-05T02:46:22.000Z","dependencies_parsed_at":"2022-08-26T11:21:39.521Z","dependency_job_id":null,"html_url":"https://github.com/andreruffert/command-line-shortcuts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreruffert/command-line-shortcuts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fcommand-line-shortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fcommand-line-shortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fcommand-line-shortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fcommand-line-shortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreruffert","download_url":"https://codeload.github.com/andreruffert/command-line-shortcuts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fcommand-line-shortcuts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29335203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:07:45.431Z","status":"ssl_error","status_checked_at":"2026-02-11T14:07:45.080Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-01T14:37:04.322Z","updated_at":"2026-02-11T14:32:02.696Z","avatar_url":"https://github.com/andreruffert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command line shortcuts\n\n\u003e Some time-saving bash command line shortcuts for more productivity.\n\n\n## Directory moving\n\n`cd` (with no arguments) takes you back to your `/~` (home) directory.\n\n`cd -` takes you back to the previous directory you were in.\n\n\n## Moving the cursor\n\n`\u003cCtrl-a\u003e` move your cursor to the beginning of the line. Faster than holding down left arrow.\n\n`\u003cCtrl-e\u003e` move your cursor to the end of the line. Faster than holding down right arrow.\n\n\n## Editing\n\n`\u003cCtrl-u\u003e` clears the entire line so you can type in a completely new command.\n\n`\u003cCtrl-k\u003e` deletes the line from the position of the cursor to the end of the line.\n\n`\u003cCtrl-w\u003e` remove the previous word on the command line (before the cursor). This is highly useful when reusing old commands.\n\n`\u003cCtrl-l\u003e` clear the Screen, similar to the `clear`. It's usually quicker and doesn't leave the command in your history.\n\n\n## History\n\n`\u003cCtrl-r\u003estring` reverse search through your command history for `string`. Press `\u003cCtrl-r\u003e` again to continue searching backwards. ESC when done.\n\n`!!` run the last command\n\n`!string` run the most recent command that starts with `string` (e.g. !ls -la)`\n\n`!string:p` Print last command in history beginning with `string` (also adds it as the latest command in the command history)\n\n`\u003cCtrl-_\u003e` undo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fcommand-line-shortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreruffert%2Fcommand-line-shortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fcommand-line-shortcuts/lists"}