{"id":13596021,"url":"https://github.com/altsem/gitu","last_synced_at":"2025-10-21T04:40:44.273Z","repository":{"id":223555446,"uuid":"735138868","full_name":"altsem/gitu","owner":"altsem","description":"A TUI Git client inspired by Magit","archived":false,"fork":false,"pushed_at":"2025-10-19T09:25:57.000Z","size":21716,"stargazers_count":2498,"open_issues_count":48,"forks_count":123,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-19T19:38:23.912Z","etag":null,"topics":["cli","git","magit","standalone","tui"],"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/altsem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-23T19:59:02.000Z","updated_at":"2025-10-19T09:23:14.000Z","dependencies_parsed_at":"2025-05-12T19:30:00.251Z","dependency_job_id":"cf1d256b-dd03-415c-ad22-ef646546c5c4","html_url":"https://github.com/altsem/gitu","commit_stats":null,"previous_names":["altsem/gitu"],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/altsem/gitu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altsem%2Fgitu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altsem%2Fgitu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altsem%2Fgitu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altsem%2Fgitu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altsem","download_url":"https://codeload.github.com/altsem/gitu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altsem%2Fgitu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280207158,"owners_count":26290613,"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-10-21T02:00:06.614Z","response_time":58,"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":["cli","git","magit","standalone","tui"],"created_at":"2024-08-01T16:02:04.842Z","updated_at":"2025-10-21T04:40:44.269Z","avatar_url":"https://github.com/altsem.png","language":"Rust","readme":"## It's Gitu! - A Git porcelain *outside* of Emacs\n[![CI](https://github.com/altsem/gitu/actions/workflows/ci.yml/badge.svg)](https://github.com/altsem/gitu/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/altsem/gitu/graph/badge.svg?token=5YWPU7GWFW)](https://codecov.io/gh/altsem/gitu)\n\nA terminal user interface for Git. Inspired by Magit.\n\n\u003cimg style=\"width: 720px\" src=\"vhs/rec.gif\"/\u003e\n\n### Features\nGitu aims to implement many of the core features of Magit over time.\nIt should be familiar to any previous Magit users.\\\nHere's a list of so-far supported features:\n- **Staging/Unstaging** _(file, hunk, line)_ \n- **Showing** _(view commits / open EDITOR at line)_\n- **Branching** _(checkout, checkout new)_\n- **Committing** _(commit, amend, fixup)_\n- **Fetching**\n- **Logging** _(current, other)_\n- **Pulling / Pushing** _to/from configured upstream/pushDefault_\n- **Rebasing** _(elsewhere, abort, continue, autosquash, interactive)_\n- **Resetting** _(soft, mixed, hard)_\n- **Reverting** _(commit)_\n- **Stashing** _(save, pop, apply, drop)_\n\n### Keybinds\nKeybinds try mimic Magit, while staying Vim-like.\nA help-menu can be shown by pressing the `h` key, or by configuring `general.always_show_help.enabled = true`\n\n\n\u003cimg style=\"width: 720px\" src=\"vhs/help.png\"/\u003e\n\n### Configuration\nThe environment variables `VISUAL`, `EDITOR` or `GIT_EDITOR` (checked in this order) dictate which editor Gitu will open. This means that e. g. commit messages will be opened in the `GIT_EDITOR` by Git, but if the user wishes to do edits to the actual files in a different editor, `VISUAL` or `EDITOR` can be set accordingly.\n\nConfiguration is also loaded from:\n- Linux:   `~/.config/gitu/config.toml`\n- macOS:   `~/.config/gitu/config.toml`\n- Windows: `%USERPROFILE%\\AppData\\Roaming\\gitu\\config.toml`\n\n, refer to the [default configuration](src/default_config.toml).\n### Installing Gitu\nFollow the install instructions: [Installing Gitu](docs/installing.md)\\\nOr install from your package manager:\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/gitu.svg)](https://repology.org/project/gitu/versions)\n\n### Contributing\nPRs are welcome!\nThis may help to get you started: [Development \u0026 Tooling](docs/dev-tooling.md)\n","funding_links":[],"categories":["Rust","cli","💻 Apps"],"sub_categories":["⌨️ Development Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltsem%2Fgitu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltsem%2Fgitu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltsem%2Fgitu/lists"}