fckgit 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/dist/app.js +57 -57
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,3 @@ A fullscreen terminal UI for reviewing and staging Git changes — built to run
|
|
|
10
10
|
npm install -g fckgit
|
|
11
11
|
fckgit
|
|
12
12
|
```
|
|
13
|
-
|
|
14
|
-
## Keybindings
|
|
15
|
-
|
|
16
|
-
| Key | Action |
|
|
17
|
-
| -------------- | ----------------------------------- |
|
|
18
|
-
| `↑` / `↓` | Navigate files |
|
|
19
|
-
| `Space` | Stage / unstage file |
|
|
20
|
-
| `Tab` | Switch between files and diff panes |
|
|
21
|
-
| `q` / `Ctrl+C` | Quit |
|