git-tork
v1.0.5
Published
A terminal-based Git client built with React and Ink.
Readme
Quick Start
Run instantly with npx:
npx git-torkOr install globally:
npm install -g git-tork
git-torkOverview
A keyboard-first Git client for your terminal.
Keybindings
| Key | Action |
| --- | --- |
| Up / Down | Navigate lists |
| Tab | Switch focus (Sidebar ↔ Main View) |
| p / l | Push / Pull |
| q | Quit |
Sidebar
Enter: Checkout branchSpace: Toggle folder collapser: Refresh listn: New branch
Changes View
s: Stage fileu: Unstage filec: Commit changesa: Toggle "Amend"
Development
git clone https://github.com/sijintv/git-tork.git
cd git-tork
npm install
npm run devLicense
MIT
