{"id":16326212,"url":"https://github.com/alexnoz/shell-shortcuts","last_synced_at":"2026-05-15T21:34:35.009Z","repository":{"id":127886881,"uuid":"111092703","full_name":"alexnoz/shell-shortcuts","owner":"alexnoz","description":":shell: Personal shell (Git mostly) scripts to boost Git and Unix workflow.","archived":false,"fork":false,"pushed_at":"2017-11-22T12:42:43.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T22:11:35.713Z","etag":null,"topics":["git","shell","shortcuts"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alexnoz.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":"2017-11-17T10:49:50.000Z","updated_at":"2018-01-25T15:47:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"c95fa2a0-f71f-4f68-a8b9-033f9ef21455","html_url":"https://github.com/alexnoz/shell-shortcuts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexnoz/shell-shortcuts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexnoz%2Fshell-shortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexnoz%2Fshell-shortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexnoz%2Fshell-shortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexnoz%2Fshell-shortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexnoz","download_url":"https://codeload.github.com/alexnoz/shell-shortcuts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexnoz%2Fshell-shortcuts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482003,"owners_count":24094506,"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-07-28T02:00:09.689Z","response_time":68,"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":["git","shell","shortcuts"],"created_at":"2024-10-10T23:07:44.255Z","updated_at":"2026-05-15T21:34:29.981Z","avatar_url":"https://github.com/alexnoz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# $ Shell Shortcuts\nShell (Git mostly) scripts to boost Git and Unix workflow.\n\nCommand (Git) | Description | Usage\n:--------:|:-------------:|:------:\n`ga` | Alias for `git add` | `ga \u003carguments\u003e`\n`gch` | Alias for `git checkout`. Use it for checking out branches. To discard changes, use `gpurge`. | `gch \u003cbranch\u003e`\n`gc` | Same as `git commit -m`. | `gc \u003cmessage\u003e`\n`gca` | Same as `git commit -am`. | `gca \u003cmessage\u003e`\n`gl` | Alias for `git log`. Produces output similar to this:\u003cbr\u003e![gl](https://user-images.githubusercontent.com/22446806/32938930-303dc4fc-cbc1-11e7-9311-c2f97496a1bb.png) | `gl \u003carguments\u003e`\n`gpurge` | Discard changes since the last commit. | `gpurge -a` - discard all changes.\u003cbr\u003e `gpurge \u003cfile\u003e [\u003cfile\u003e ...]` - discard changes in some files.\n`gs` | Same as `git status -s` | `gs \u003carguments\u003e`\n`gsqall` | Creates a new commit object based on provided tree object. Basically, \"squashes\" all commits in a branch. | `gsqall \u003cmessage\u003e`\n`gundo` :gun:| Undo last `n` commits. | `gundo [-h] [\u003cn\u003e]`\u003cbr\u003e`gundo` - same as `git reset --soft HEAD^`\n`gunstage` :gun:| Unstage files. | `gunstage \u003cfile\u003e [\u003cfile\u003e...]`\n`gview` | Show changes introduced by a commit. | `gview [\u003ccommit\u003e]`\n**Command (others)** |\n`l` | Same as `ls -lA --color` | `l [\u003cdirectory\u003e]`\n`rmd` | Remove a directory | `rmd \u003cdirectory\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexnoz%2Fshell-shortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexnoz%2Fshell-shortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexnoz%2Fshell-shortcuts/lists"}