kajji 0.3.1 → 0.4.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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -74,8 +74,8 @@ bun dev
|
|
|
74
74
|
- [x] Focus modes for normal browsing vs diff viewing
|
|
75
75
|
- [x] Recent repository switcher
|
|
76
76
|
- [x] Automatic update notifications
|
|
77
|
+
- [x] Revset filtering and fuzzy search
|
|
77
78
|
- [ ] Multi-select for batch operations
|
|
78
|
-
- [ ] Search and filter
|
|
79
79
|
|
|
80
80
|
## Usage
|
|
81
81
|
|
|
@@ -124,7 +124,7 @@ kajji /path/to/repo # specific directory
|
|
|
124
124
|
| `b` | Set bookmark on commit |
|
|
125
125
|
| `m` | Move bookmark |
|
|
126
126
|
|
|
127
|
-
See [
|
|
127
|
+
See [GitHub issues](https://github.com/eliaskc/kajji/issues) for the roadmap.
|
|
128
128
|
|
|
129
129
|
## Built With
|
|
130
130
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kajji",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
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.
|
|
13
|
-
"kajji-darwin-x64": "0.
|
|
14
|
-
"kajji-linux-x64": "0.
|
|
15
|
-
"kajji-linux-arm64": "0.
|
|
12
|
+
"kajji-darwin-arm64": "0.4.0",
|
|
13
|
+
"kajji-darwin-x64": "0.4.0",
|
|
14
|
+
"kajji-linux-x64": "0.4.0",
|
|
15
|
+
"kajji-linux-arm64": "0.4.0"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|