@kroszborg/sugi 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > A terminal UI git client — GitHub/GitLab PRs, AI commit messages, interactive rebase, bisect, worktrees, multi-account management, and more.
4
4
 
5
- ![sugi screenshot](https://github.com/Kroszborg/sugi/raw/master/image.png)
5
+ ![sugi screenshot](https://github.com/Kroszborg/sugi/raw/master/public/image.png)
6
6
 
7
7
  ## Install
8
8
 
@@ -47,7 +47,7 @@ sugi version # print version
47
47
  | Interactive Rebase | `i` | Reorder/squash/fixup/drop commits |
48
48
  | Conflict Resolver | auto | Opens on conflicted files — pick ours/theirs |
49
49
  | File History | `L` | Commits touching the selected file |
50
- | Command Palette | `ctrl+p` | Fuzzy search all actions |
50
+ | Command Palette | `ctrl+p`/`alt+p` | Fuzzy search all actions |
51
51
  | Help | `?` | Scrollable keybinding reference |
52
52
  | Settings | `O` | Edit config in-app, saved instantly |
53
53
 
@@ -71,7 +71,7 @@ sugi version # print version
71
71
  | `a` | stage all |
72
72
  | `d` | discard (with confirmation) |
73
73
  | `c` | commit form |
74
- | `A` | amend HEAD |
74
+ | `ctrl+a` | amend HEAD |
75
75
  | `P` / `p` | push / pull |
76
76
  | `F` | force push with-lease |
77
77
  | `Z` | stash all changes |
@@ -102,7 +102,7 @@ sugi version # print version
102
102
  | `g` | toggle graph |
103
103
  | `b` | blame at this commit |
104
104
  | `R` | reflog |
105
- | `A` | amend HEAD |
105
+ | `ctrl+a` | amend HEAD |
106
106
 
107
107
  ### Diff
108
108
  | Key | Action |
@@ -111,9 +111,9 @@ sugi version # print version
111
111
  | `space` | stage hunk |
112
112
  | `u` | unstage hunk |
113
113
  | `s` | toggle staged/unstaged |
114
- | `A` | AI-summarise diff |
114
+ | `ctrl+i` | AI-summarise diff |
115
115
 
116
- ### Accounts (`A`)
116
+ ### Accounts (`A` — from any panel)
117
117
  | Key | Action |
118
118
  |-----|--------|
119
119
  | `tab` | GitHub / GitLab tab |
@@ -127,7 +127,7 @@ sugi version # print version
127
127
  |-----|--------|
128
128
  | `c` | commit form |
129
129
  | `ctrl+g` / `alt+g` | AI-generate commit message |
130
- | `ctrl+p` | command palette |
130
+ | `ctrl+p` / `alt+p` | command palette |
131
131
  | `O` | settings |
132
132
  | `?` | help |
133
133
  | `q` | quit |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kroszborg/sugi",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Terminal UI git client — PRs, AI commits, interactive rebase, bisect, worktrees",
5
5
  "keywords": [
6
6
  "git",