{"id":18904372,"url":"https://github.com/relikd/git-alias","last_synced_at":"2026-05-20T14:12:14.625Z","repository":{"id":144637232,"uuid":"202172834","full_name":"relikd/git-alias","owner":"relikd","description":"Python CLI tool to graphically display git aliases.","archived":false,"fork":false,"pushed_at":"2022-03-15T14:51:16.000Z","size":166,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T06:07:14.660Z","etag":null,"topics":["alias","cli","command-line","git"],"latest_commit_sha":null,"homepage":"","language":"Python","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/relikd.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":"2019-08-13T15:25:55.000Z","updated_at":"2023-12-23T01:11:43.000Z","dependencies_parsed_at":"2024-03-30T22:15:14.076Z","dependency_job_id":null,"html_url":"https://github.com/relikd/git-alias","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/relikd/git-alias","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relikd%2Fgit-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relikd%2Fgit-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relikd%2Fgit-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relikd%2Fgit-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relikd","download_url":"https://codeload.github.com/relikd/git-alias/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relikd%2Fgit-alias/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267145789,"owners_count":24042655,"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-26T02:00:08.937Z","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":["alias","cli","command-line","git"],"created_at":"2024-11-08T09:08:12.247Z","updated_at":"2026-05-20T14:12:09.599Z","avatar_url":"https://github.com/relikd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"git-alias\n=========\n\nA command line tool that will display all registered git aliases.\n\n`git-alias` runs with python 2 \u0026 3 and should be compatible with macOS [tested], Linux, and Windows.\n\n![screenshot](screenshot.png)\n\n\nExample\n-------\nTry yourself:\n```\npython3 git-alias.py example.config\n```\n\nOr with the `gitconfig` from [GitAlias.com][1] (options used: `-vvq`)\n\n![screenshot](screenshot_vvq.png)\n\n\nInstall\n-------\nCopy the `git-alias.py` to any path of your choosing, e.g., `/usr/local/bin`.\n\nExtend your global `~/.gitconfig` file `alias` section:\n\n```\n[alias]\n  # Show this message (help: -h)\n  # !: ignore, inline\n  alias = !python3 /usr/local/bin/git-alias.py\n```\n\nPython version and paths may differ!\n\nDone.\n\n\nUsage\n-----\nRun `git alias [options] [FILE]` or simply `git alias`.\n\n\n### Output Options\n- `-a`         Print all aliases, including hidden ones\n- `--color`    Force colorful output\n- `--no-color` Disable colorful output\n\n### Verbosity Options\n- `-q`    Don't print alias descriptions\n- `-qq`   Also don't print section titles\n- `-qqq`  Also don't print (inline) commands\n- `-qqqq` Also don't print usage help\n- `-v`    Print all multiline commands (unmodified)\n- `-vv`   Print multiline commands using pretty print\n- `-vvqq` Print just the alias and command in pretty format\n\n### Config file\n- If `[FILE]` not provided, will default to `~/.gitconfig`\n\n\n[1]: https://github.com/gitalias/gitalias/blob/master/gitalias.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelikd%2Fgit-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelikd%2Fgit-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelikd%2Fgit-alias/lists"}