{"id":37035035,"url":"https://github.com/tomaszprasolek/git-filestage","last_synced_at":"2026-01-14T04:09:13.560Z","repository":{"id":209606984,"uuid":"162914895","full_name":"tomaszprasolek/git-filestage","owner":"tomaszprasolek","description":"Simple tool to stage and unstage whole files.","archived":false,"fork":false,"pushed_at":"2019-05-19T16:25:58.000Z","size":74,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-05T23:30:57.818Z","etag":null,"topics":["git","version-control"],"latest_commit_sha":null,"homepage":"","language":"C#","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/tomaszprasolek.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}},"created_at":"2018-12-23T18:30:57.000Z","updated_at":"2024-04-20T17:39:19.000Z","dependencies_parsed_at":"2023-11-28T09:38:22.288Z","dependency_job_id":null,"html_url":"https://github.com/tomaszprasolek/git-filestage","commit_stats":null,"previous_names":["tomaszprasolek/git-filestage"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tomaszprasolek/git-filestage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszprasolek%2Fgit-filestage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszprasolek%2Fgit-filestage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszprasolek%2Fgit-filestage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszprasolek%2Fgit-filestage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomaszprasolek","download_url":"https://codeload.github.com/tomaszprasolek/git-filestage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszprasolek%2Fgit-filestage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28409079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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","version-control"],"created_at":"2026-01-14T04:09:12.858Z","updated_at":"2026-01-14T04:09:13.544Z","avatar_url":"https://github.com/tomaszprasolek.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-filestage\n\nSimple tool to stage and unstage whole files.\n\n[![Build status](https://prasol.visualstudio.com/git-filestage/_apis/build/status/git-filestage-CI)](https://prasol.visualstudio.com/git-filestage/_build/latest?definitionId=1)\n[![](https://img.shields.io/nuget/v/git-filestage.svg)](https://www.nuget.org/packages/git-filestage/)\n\n![](docs/git-filestage.gif)\n\n## Why I wrote this piece of software?\n\nI want to have my commits clean.\nThey should contains only the code that fix the problem which is written in commite message.\nSometimes I make more changes, so I have to split my work to 2 or more commits.\nMostly I have to type long paths to files like: `src\\projectName\\moduleName\\someFolder\\anotherFolderName\\File.cs`\n\nI just want to quick select files and add them to staging area.\nI also don't want switch from console to some GUI app.\n\n## Installation\n\n\tdotnet tool install -g git-filestage\n\n## Features\n- Add whole selected file to staging area.\n- Unstage the selected file.\n- Checkout selected file to discard made changes.\n\n## Keyboard shortcuts\n\n| Shortcut          | Description                                                                                                                                                                                           |\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| \u003ckbd\u003e↑\u003c/kbd\u003e      | Select the previous file.                                                                                                                                                                             |\n| \u003ckbd\u003e↓\u003c/kbd\u003e      | Select the next file.                                                                                                                                                                                 |\n| \u003ckbd\u003eENTER\u003c/kbd\u003e  | - When file is in working directory, will be added to staging area.\u003cbr\u003e - When file is in staging area, will be unstaged.\u003cbr\u003e - When file is untracked, start tracked file and added to staging area. |\n| \u003ckbd\u003eR\u003c/kbd\u003e      | Checkout selected file to discard made changes.                                                                                                                                                       |\n| \u003ckbd\u003eESCAPE\u003c/kbd\u003e | Close application, return to command line.                                                                                                                                                            |\n| \u003ckbd\u003eQ\u003c/kbd\u003e      | Close application, return to command line.                                                                                                                                                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaszprasolek%2Fgit-filestage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaszprasolek%2Fgit-filestage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaszprasolek%2Fgit-filestage/lists"}