kajji 0.5.1 → 0.5.2
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 +4 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -57,8 +57,9 @@ bun dev
|
|
|
57
57
|
**Core jj operations:**
|
|
58
58
|
- [x] View commit log with graph
|
|
59
59
|
- [x] View diffs with syntax highlighting and word-level emphasis
|
|
60
|
-
- [x] New / edit / describe /
|
|
61
|
-
- [x]
|
|
60
|
+
- [x] New / edit / describe / abandon
|
|
61
|
+
- [x] Squash modal with target picker and flag shortcuts
|
|
62
|
+
- [x] Rebase modal with target picker and flag shortcuts
|
|
62
63
|
- [x] Split (suspends TUI for jj's native split)
|
|
63
64
|
- [x] Undo / redo with preview
|
|
64
65
|
- [x] Bookmarks (create, delete, rename, move)
|
|
@@ -79,7 +80,7 @@ bun dev
|
|
|
79
80
|
|
|
80
81
|
## Usage
|
|
81
82
|
|
|
82
|
-
Run `kajji` in any jj repository:
|
|
83
|
+
Run `kajji` in any jj repository (from any subdirectory):
|
|
83
84
|
|
|
84
85
|
```bash
|
|
85
86
|
kajji # current directory
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kajji",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "A terminal UI for Jujutsu: the rudder for your jj",
|
|
5
5
|
"bin": {
|
|
6
6
|
"kajji": "./bin/kajji"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"postinstall": "node ./script/postinstall.mjs"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"kajji-darwin-arm64": "0.5.
|
|
13
|
-
"kajji-darwin-x64": "0.5.
|
|
14
|
-
"kajji-linux-x64": "0.5.
|
|
15
|
-
"kajji-linux-arm64": "0.5.
|
|
12
|
+
"kajji-darwin-arm64": "0.5.2",
|
|
13
|
+
"kajji-darwin-x64": "0.5.2",
|
|
14
|
+
"kajji-linux-x64": "0.5.2",
|
|
15
|
+
"kajji-linux-arm64": "0.5.2"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|