@charmland/crush 0.52.0 → 0.53.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 +13 -0
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -784,6 +784,19 @@ Or by setting the following in your config:
|
|
|
784
784
|
Crush also respects the `DO_NOT_TRACK` convention which can be enabled via
|
|
785
785
|
`export DO_NOT_TRACK=1`.
|
|
786
786
|
|
|
787
|
+
## Q&A
|
|
788
|
+
|
|
789
|
+
### Why is clipboard copy and paste not working?
|
|
790
|
+
|
|
791
|
+
Installing an extra tool might be needed on Unix-like environments.
|
|
792
|
+
|
|
793
|
+
| Environment | Tool |
|
|
794
|
+
| ------------------- | ------------------------ |
|
|
795
|
+
| Windows | Native support |
|
|
796
|
+
| macOS | Native support |
|
|
797
|
+
| Linux/BSD + Wayland | `wl-copy` and `wl-paste` |
|
|
798
|
+
| Linux/BSD + X11 | `xclip` or `xsel` |
|
|
799
|
+
|
|
787
800
|
## Contributing
|
|
788
801
|
|
|
789
802
|
See the [contributing guide](https://github.com/charmbracelet/crush?tab=contributing-ov-file#contributing).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charmland/crush",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.53.0",
|
|
5
5
|
"description": "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "node install.js",
|
|
@@ -28,82 +28,82 @@
|
|
|
28
28
|
},
|
|
29
29
|
"archives": {
|
|
30
30
|
"darwin-arm64": {
|
|
31
|
-
"name": "crush_0.
|
|
32
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
31
|
+
"name": "crush_0.53.0_Darwin_arm64.tar.gz",
|
|
32
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Darwin_arm64.tar.gz",
|
|
33
33
|
"bins": [
|
|
34
34
|
"crush"
|
|
35
35
|
],
|
|
36
36
|
"format": "tar.gz",
|
|
37
37
|
"checksum": {
|
|
38
38
|
"algorithm": "sha256",
|
|
39
|
-
"digest": "
|
|
39
|
+
"digest": "b4bf5738921afca98c7f3b0e1c38a86dac3a8cc1b91f8d45edc3b3ea6e6fde37"
|
|
40
40
|
},
|
|
41
|
-
"wrappedIn": "crush_0.
|
|
41
|
+
"wrappedIn": "crush_0.53.0_Darwin_arm64"
|
|
42
42
|
},
|
|
43
43
|
"darwin-x64": {
|
|
44
|
-
"name": "crush_0.
|
|
45
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
44
|
+
"name": "crush_0.53.0_Darwin_x86_64.tar.gz",
|
|
45
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Darwin_x86_64.tar.gz",
|
|
46
46
|
"bins": [
|
|
47
47
|
"crush"
|
|
48
48
|
],
|
|
49
49
|
"format": "tar.gz",
|
|
50
50
|
"checksum": {
|
|
51
51
|
"algorithm": "sha256",
|
|
52
|
-
"digest": "
|
|
52
|
+
"digest": "8e81abfc1560a413474c464e451deedef4e8a58cbe4c6594f1cb8f20dce3ed13"
|
|
53
53
|
},
|
|
54
|
-
"wrappedIn": "crush_0.
|
|
54
|
+
"wrappedIn": "crush_0.53.0_Darwin_x86_64"
|
|
55
55
|
},
|
|
56
56
|
"linux-arm64": {
|
|
57
|
-
"name": "crush_0.
|
|
58
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
57
|
+
"name": "crush_0.53.0_Linux_arm64.tar.gz",
|
|
58
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Linux_arm64.tar.gz",
|
|
59
59
|
"bins": [
|
|
60
60
|
"crush"
|
|
61
61
|
],
|
|
62
62
|
"format": "tar.gz",
|
|
63
63
|
"checksum": {
|
|
64
64
|
"algorithm": "sha256",
|
|
65
|
-
"digest": "
|
|
65
|
+
"digest": "a0a56fd03eb84f5aa05a02e02b5fe0c2c9bd815bf4db902e7ba6eecc21885db5"
|
|
66
66
|
},
|
|
67
|
-
"wrappedIn": "crush_0.
|
|
67
|
+
"wrappedIn": "crush_0.53.0_Linux_arm64"
|
|
68
68
|
},
|
|
69
69
|
"linux-x64": {
|
|
70
|
-
"name": "crush_0.
|
|
71
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
70
|
+
"name": "crush_0.53.0_Linux_x86_64.tar.gz",
|
|
71
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Linux_x86_64.tar.gz",
|
|
72
72
|
"bins": [
|
|
73
73
|
"crush"
|
|
74
74
|
],
|
|
75
75
|
"format": "tar.gz",
|
|
76
76
|
"checksum": {
|
|
77
77
|
"algorithm": "sha256",
|
|
78
|
-
"digest": "
|
|
78
|
+
"digest": "e0342ab86f6d5d089433943cc3c20eb53a98d819dfd33cc131f4210316344031"
|
|
79
79
|
},
|
|
80
|
-
"wrappedIn": "crush_0.
|
|
80
|
+
"wrappedIn": "crush_0.53.0_Linux_x86_64"
|
|
81
81
|
},
|
|
82
82
|
"win32-arm64": {
|
|
83
|
-
"name": "crush_0.
|
|
84
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
83
|
+
"name": "crush_0.53.0_Windows_arm64.zip",
|
|
84
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Windows_arm64.zip",
|
|
85
85
|
"bins": [
|
|
86
86
|
"crush.exe"
|
|
87
87
|
],
|
|
88
88
|
"format": "zip",
|
|
89
89
|
"checksum": {
|
|
90
90
|
"algorithm": "sha256",
|
|
91
|
-
"digest": "
|
|
91
|
+
"digest": "b86d613472ddeb4165a0cec605067c079c26fb09ad381e51c25e0a08088657d7"
|
|
92
92
|
},
|
|
93
|
-
"wrappedIn": "crush_0.
|
|
93
|
+
"wrappedIn": "crush_0.53.0_Windows_arm64"
|
|
94
94
|
},
|
|
95
95
|
"win32-x64": {
|
|
96
|
-
"name": "crush_0.
|
|
97
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
96
|
+
"name": "crush_0.53.0_Windows_x86_64.zip",
|
|
97
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Windows_x86_64.zip",
|
|
98
98
|
"bins": [
|
|
99
99
|
"crush.exe"
|
|
100
100
|
],
|
|
101
101
|
"format": "zip",
|
|
102
102
|
"checksum": {
|
|
103
103
|
"algorithm": "sha256",
|
|
104
|
-
"digest": "
|
|
104
|
+
"digest": "9624c06401c77df25c873984381d8d74869526ee50b67dcf69b73f1ebd7ea34d"
|
|
105
105
|
},
|
|
106
|
-
"wrappedIn": "crush_0.
|
|
106
|
+
"wrappedIn": "crush_0.53.0_Windows_x86_64"
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|