{"id":13740688,"url":"https://github.com/kristijanhusak/tmux-simple-git-status","last_synced_at":"2026-03-03T06:36:49.095Z","repository":{"id":56312216,"uuid":"132589755","full_name":"kristijanhusak/tmux-simple-git-status","owner":"kristijanhusak","description":"Add simple git status to your tmux statusline.","archived":false,"fork":false,"pushed_at":"2020-11-15T10:33:02.000Z","size":7,"stargazers_count":30,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T13:24:50.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kristijanhusak.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}},"created_at":"2018-05-08T09:59:26.000Z","updated_at":"2025-07-01T06:36:54.000Z","dependencies_parsed_at":"2022-08-15T16:31:01.588Z","dependency_job_id":null,"html_url":"https://github.com/kristijanhusak/tmux-simple-git-status","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kristijanhusak/tmux-simple-git-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijanhusak%2Ftmux-simple-git-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijanhusak%2Ftmux-simple-git-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijanhusak%2Ftmux-simple-git-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijanhusak%2Ftmux-simple-git-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kristijanhusak","download_url":"https://codeload.github.com/kristijanhusak/tmux-simple-git-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijanhusak%2Ftmux-simple-git-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30034132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:09:21.518Z","status":"ssl_error","status_checked_at":"2026-03-03T06:08:47.858Z","response_time":61,"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-08-03T04:00:51.267Z","updated_at":"2026-03-03T06:36:49.080Z","avatar_url":"https://github.com/kristijanhusak.png","language":"Shell","funding_links":[],"categories":["Shell","Plugins"],"sub_categories":[],"readme":"# Tmux simple git status\n\nPrints current pane git branch and uncommitted changes (if available).\n\n![screenshot](https://i.imgur.com/SzOftNt.png)\n\n## Installation\n### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)\n\nAdd plugin to the list of TPM plugins in `.tmux.conf`:\n\n    set -g @plugin 'kristijanhusak/tmux-simple-git-status'\n\nAdd `#{simple_git_status}` to your `status-left` or `status-right` tmux option:\n\n```\nset -g status-left \"#{simple_git_status}\"\n```\n\nHit `prefix + I` to fetch the plugin and source it.\n\n### Manual Installation\n\nClone the repo:\n\n    $ git clone https://github.com/kristijanhusak/tmux-simple-git-status ~/clone/path\n\nAdd this line to the bottom of `.tmux.conf`:\n\n    run-shell ~/clone/path/simple_git_status.tmux\n\nAdd `#{simple_git_status}` to your `status-left` or `status-right` tmux option:\n\n```\nset -g status-left \"#{simple_git_status}\"\n```\n\nReload TMUX environment:\n\n    $ tmux source-file ~/.tmux.conf\n\n## FAQ\n\n*Q: Status is not updating in real time.*\n\nA: Frequency of update depends on tmux `status-interval` option. To refresh the status every 5 seconds, add `set -g status-interval 5` to your `.tmux.conf`\n\n*Q: There is a space before and after the status.*\n\nA: Those are added in order to allow easier styling and highlighting (like on screenshot). If you would add an empty space by yourself, you would get empty blocks in your statusline that doesn't hold anything. If you really want it to be removed, please file an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijanhusak%2Ftmux-simple-git-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristijanhusak%2Ftmux-simple-git-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijanhusak%2Ftmux-simple-git-status/lists"}