{"id":19547176,"url":"https://github.com/untoldwind/git-radar-rs","last_synced_at":"2026-01-26T19:35:09.624Z","repository":{"id":240504910,"uuid":"802026196","full_name":"untoldwind/git-radar-rs","owner":"untoldwind","description":"Rust version of git-radar","archived":false,"fork":false,"pushed_at":"2024-07-01T16:20:30.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T12:39:48.956Z","etag":null,"topics":["command-line-tool","git","git-radar"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/untoldwind.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-05-17T11:26:34.000Z","updated_at":"2024-07-01T16:20:34.000Z","dependencies_parsed_at":"2024-05-19T11:45:18.310Z","dependency_job_id":"176d38b1-14d5-4d4d-b369-491134fde28c","html_url":"https://github.com/untoldwind/git-radar-rs","commit_stats":null,"previous_names":["untoldwind/git-radar-rs"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/untoldwind%2Fgit-radar-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/untoldwind%2Fgit-radar-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/untoldwind%2Fgit-radar-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/untoldwind%2Fgit-radar-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/untoldwind","download_url":"https://codeload.github.com/untoldwind/git-radar-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793064,"owners_count":19697893,"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":["command-line-tool","git","git-radar"],"created_at":"2024-11-11T03:48:47.340Z","updated_at":"2026-01-26T19:35:09.587Z","avatar_url":"https://github.com/untoldwind.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-radar-rs\n\nRust version of [git-radar](https://github.com/michaeldfallen/git-radar) or [gitHUD](https://github.com/gbataille/gitHUD)\n\n## Install\n\n### Cargo\n\n```sh\ncargo install git-radar-rs\n```\n\nNote: By default `git-radar-rs` compiles with support for `libgit2` (via: https://github.com/rust-lang/git2-rs). \nIf this causes problems use:\n\n```sh\ncargo install --no-default-feature git-radar-rs\n```\nto install a version that uses the `git` command-line (just like the original `git-radar`)\n\n## Setup\n\nTo track the remote HEAD correctly it might be necessary to run a\n```sh\ngit remote set-head origin --auto\n```\nonce on the repository (or whenever the remote default branch is changed).\n\n### Bash\n\nExample for a simplistic bash-prompt:\n\n```sh\nexport PS1=\"\\W\\$(git-radar-rs bash)\\[\\033[0m\\]\\$ \"\n```\n\n### Zsh\n\nExample for a simplistic zsh-prompt:\n```sh\nsetopt PROMPT_SUBST\nexport PROMPT='%1d $(git-radar-rs zsh)$ '\n```\n\n### Fish\n\n`git-radar-rs` can be used directly inside the \"fish_prompt\" function.\n\n### Tmux\n\nExample `.tmux.conf´:\n```\nset -g status-bg '#222222'\nset -g status-fg '#ffffff'\nset -g status-right \"#{pane_current_command} #(cd '#{pane_current_path}' \u0026\u0026 git-radar-rs tmux)\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funtoldwind%2Fgit-radar-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funtoldwind%2Fgit-radar-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funtoldwind%2Fgit-radar-rs/lists"}