@get-blu/blu-code 1.7.1 → 1.7.6
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 +9 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://go.dev/)
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
-
<img src="assets/blu-code-main.png" alt="Blu
|
|
9
|
+
<img src="assets/blu-code-main.png" alt="Blu" width="100%">
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
## Overview
|
|
@@ -30,24 +30,19 @@ Blu is a Go-powered terminal UI that transforms your command line into an intell
|
|
|
30
30
|
npm install -g @get-blu/blu-code
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
**Via
|
|
33
|
+
**Via raw script:**
|
|
34
34
|
```bash
|
|
35
35
|
curl -fsSL https://raw.githubusercontent.com/Get-Blu/blu-code/main/install | bash
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
**Via PowerShell (Windows):**
|
|
39
|
-
```powershell
|
|
40
|
-
iwr https://raw.githubusercontent.com/Get-Blu/blu-code/main/install.ps1 | iex
|
|
41
|
-
```
|
|
42
|
-
|
|
43
38
|
**From source:**
|
|
44
39
|
```bash
|
|
45
40
|
git clone https://github.com/Get-Blu/blu-code.git
|
|
46
41
|
cd blu-code
|
|
47
42
|
go build -o blu
|
|
43
|
+
blu
|
|
48
44
|
```
|
|
49
45
|
|
|
50
|
-
|
|
51
46
|
### Setup
|
|
52
47
|
|
|
53
48
|
1. Set your API key(s):
|
|
@@ -314,9 +309,12 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
|
|
|
314
309
|
|
|
315
310
|
## Credits
|
|
316
311
|
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
- **[
|
|
312
|
+
Blu builds on the excellent work of many open-source projects:
|
|
313
|
+
|
|
314
|
+
- **[Bubble Tea](https://github.com/charmbracelet/bubbletea)** - Excellent TUI framework
|
|
315
|
+
- **[Lip Gloss](https://github.com/charmbracelet/lipgloss)** - Style definitions for TUI
|
|
316
|
+
- **[Go-GitHub](https://github.com/google/go-github)** - GitHub API client
|
|
317
|
+
- **[Sqlite3](https://github.com/mattn/go-sqlite3)** - Local persistence
|
|
320
318
|
|
|
321
319
|
## License
|
|
322
320
|
|