fckgit 1.0.0

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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/dist/app.js +382 -0
  3. package/package.json +45 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # f\*ckgit
2
+
3
+ A fullscreen terminal UI for Git.
4
+
5
+ <img src="screenshot.png" />
6
+
7
+ ## Keybindings
8
+
9
+ | Key | Action |
10
+ | -------------- | ----------------------------------- |
11
+ | `↑` / `↓` | Navigate files |
12
+ | `Space` | Stage / unstage file |
13
+ | `Tab` | Switch between files and diff panes |
14
+ | `q` / `Ctrl+C` | Quit |