blippy 0.1.1 → 0.1.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/CHANGELOG.md +11 -0
- package/README.md +45 -125
- package/npm-shrinkwrap.json +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.2](https://github.com/AksharP5/blippy/compare/v0.1.1...v0.1.2) - 2026-02-12
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- *(keybinds)* switch default quit shortcut to Ctrl+C
|
|
15
|
+
|
|
16
|
+
### Other
|
|
17
|
+
|
|
18
|
+
- add links
|
|
19
|
+
- *(ui)* drop status-copy/page shortcuts and simplify footer line
|
|
20
|
+
|
|
10
21
|
## [0.1.1](https://github.com/AksharP5/blippy/compare/v0.1.0...v0.1.1) - 2026-02-12
|
|
11
22
|
|
|
12
23
|
### Fixed
|
package/README.md
CHANGED
|
@@ -1,180 +1,100 @@
|
|
|
1
1
|
# blippy
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
GitHub in your terminal.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
- Rust toolchain (Rust 1.93+ recommended)
|
|
7
|
-
- GitHub CLI (optional, used for auth if available)
|
|
8
|
-
- OS keychain available (macOS Keychain, Windows Credential Manager, Linux Secret Service)
|
|
5
|
+
blippy is a keyboard-first TUI for GitHub issues and pull requests.
|
|
9
6
|
|
|
10
|
-
##
|
|
11
|
-
```bash
|
|
12
|
-
cargo run
|
|
13
|
-
```
|
|
7
|
+
## Requirements
|
|
14
8
|
|
|
15
|
-
|
|
9
|
+
- Rust toolchain (`1.93+` recommended) for source builds
|
|
10
|
+
- GitHub CLI (`gh`) is heavily recommended for the best workflow (auth fallback, PR checkout, and smoother GitHub integration)
|
|
11
|
+
- OS keychain support (macOS Keychain, Windows Credential Manager, Linux Secret Service)
|
|
16
12
|
|
|
17
13
|
## Install
|
|
18
14
|
|
|
19
15
|
### npm (global)
|
|
16
|
+
|
|
20
17
|
```bash
|
|
21
18
|
npm i -g blippy
|
|
22
19
|
```
|
|
23
20
|
|
|
24
21
|
### Homebrew
|
|
22
|
+
|
|
25
23
|
```bash
|
|
26
24
|
brew install AksharP5/tap/blippy
|
|
27
25
|
```
|
|
28
26
|
|
|
29
27
|
### Shell installer (macOS/Linux)
|
|
28
|
+
|
|
30
29
|
```bash
|
|
31
30
|
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AksharP5/blippy/releases/latest/download/blippy-installer.sh | sh
|
|
32
31
|
```
|
|
33
32
|
|
|
34
33
|
### PowerShell installer (Windows)
|
|
34
|
+
|
|
35
35
|
```powershell
|
|
36
36
|
irm https://github.com/AksharP5/blippy/releases/latest/download/blippy-installer.ps1 | iex
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
### Build from source
|
|
40
|
+
|
|
40
41
|
```bash
|
|
41
42
|
cargo install --git https://github.com/AksharP5/blippy
|
|
42
43
|
```
|
|
43
44
|
|
|
44
|
-
##
|
|
45
|
-
On startup, auth is resolved in this order:
|
|
46
|
-
1. `gh auth token --hostname github.com`
|
|
47
|
-
2. OS keychain (`service=blippy`, `account=github.com`)
|
|
48
|
-
3. Prompt for PAT (input hidden), then store in keychain
|
|
49
|
-
|
|
50
|
-
Tokens are never written to config or db.
|
|
51
|
-
|
|
52
|
-
## Personal Access Token (PAT)
|
|
53
|
-
If prompted for a PAT, create one in GitHub settings:
|
|
54
|
-
|
|
55
|
-
### Fine-grained token (recommended by GitHub)
|
|
56
|
-
Settings → Developer settings → Personal access tokens → Fine-grained tokens → Generate new token
|
|
45
|
+
## CLI Commands
|
|
57
46
|
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
47
|
+
- `blippy`: launch the TUI
|
|
48
|
+
- `blippy sync`: scan local repos and cache GitHub remotes
|
|
49
|
+
- `blippy auth reset`: remove stored auth token from keychain
|
|
50
|
+
- `blippy cache reset`: remove local cache database
|
|
62
51
|
|
|
63
|
-
|
|
64
|
-
Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token
|
|
52
|
+
## What You Can Do
|
|
65
53
|
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
54
|
+
- Browse and manage issues and pull requests
|
|
55
|
+
- Open linked issues/PRs in TUI or browser
|
|
56
|
+
- Review PR diffs with inline comments and thread resolution
|
|
57
|
+
- Edit labels and assignees (when repository permissions allow)
|
|
58
|
+
- Customize themes, keybindings, and close-comment presets
|
|
69
59
|
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
gh auth status
|
|
73
|
-
gh auth token --hostname github.com
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
To see which auth source was used (development only):
|
|
77
|
-
```bash
|
|
78
|
-
BLIPPY_AUTH_DEBUG=1 cargo run
|
|
79
|
-
```
|
|
60
|
+
See [FEATURES.md](FEATURES.md) for a full feature breakdown.
|
|
80
61
|
|
|
81
|
-
|
|
82
|
-
- Temporarily log out of GitHub CLI: `gh auth logout`
|
|
83
|
-
- Remove the keychain entry for `blippy` / `github.com` using your OS keychain UI
|
|
62
|
+
## Keyboard and Mouse
|
|
84
63
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
```
|
|
64
|
+
- blippy prioritizes keyboard workflows for reliability
|
|
65
|
+
- Mouse/trackpad support exists, but it can be finicky
|
|
66
|
+
- Full key reference: [KEYBINDS.md](KEYBINDS.md)
|
|
89
67
|
|
|
90
|
-
##
|
|
91
|
-
```bash
|
|
92
|
-
cargo test
|
|
93
|
-
```
|
|
68
|
+
## Configuration
|
|
94
69
|
|
|
95
|
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
## Sync
|
|
100
|
-
- Run `blippy sync` to scan local repos and cache GitHub remotes
|
|
101
|
-
- Issues are fetched when you open a repo in the TUI
|
|
102
|
-
|
|
103
|
-
## Navigation
|
|
104
|
-
- Ctrl+G: open repo picker
|
|
105
|
-
- Ctrl+R: rescan repos
|
|
106
|
-
- / in repo picker: search repos (owner/repo/path/remote)
|
|
107
|
-
- Ctrl+h/j/k/l: switch focus between panes (issues list/preview, issue description/recent comments)
|
|
108
|
-
- j/k: move or scroll focused pane
|
|
109
|
-
- Ctrl+u / Ctrl+d: page up/down in focused pane
|
|
110
|
-
- gg/G: jump top/bottom in focused pane
|
|
111
|
-
- p: toggle issues / pull requests list mode
|
|
112
|
-
- f: cycle issue filter (open/closed)
|
|
113
|
-
- 1/2: switch issue tab (open/closed)
|
|
114
|
-
- a: cycle assignee filter (all/unassigned/users)
|
|
115
|
-
- /: search issues by number/title/body/labels/assignees (Enter keep, Esc clear)
|
|
116
|
-
- m: add comment to selected issue
|
|
117
|
-
- l: edit issue labels (comma-separated)
|
|
118
|
-
- Shift+A: edit issue assignees
|
|
119
|
-
- u: reopen selected closed issue/pull request
|
|
120
|
-
- Enter: open selected issue
|
|
121
|
-
- r: refresh issues/comments
|
|
122
|
-
- o: open in browser
|
|
123
|
-
- Shift+P: open linked pull request for selected issue in TUI
|
|
124
|
-
- Shift+O: open linked pull request for selected issue in browser
|
|
125
|
-
- v: checkout selected pull request locally (`gh pr checkout`)
|
|
126
|
-
- dd: close selected issue/pull request with preset
|
|
127
|
-
- c: open full comments from detail view
|
|
128
|
-
- j/k: jump next/previous comment in full comments view
|
|
129
|
-
- e: edit selected comment in full comments view
|
|
130
|
-
- x: delete selected comment in full comments view
|
|
131
|
-
- PR detail: right pane shows changed files + patch snippets (no checkout required)
|
|
132
|
-
- Enter on PR changes pane: open full-screen PR changes viewer
|
|
133
|
-
- PR review view: Ctrl+h/l switch files/diff, j/k navigate, w mark/unmark file viewed on GitHub, m add inline GitHub review comment
|
|
134
|
-
- PR review view: h/l choose old/new side, z collapse/expand current hunk, Shift+V visual multiline range, e edit, x delete, Shift+R resolve/reopen thread on GitHub, n/p cycle comments on selected line
|
|
135
|
-
- PR review view: `[`/`]` pan horizontally for long lines, `0` resets horizontal pan
|
|
136
|
-
- Ctrl+y: copy current status message to clipboard
|
|
137
|
-
- b or Esc: back from issue detail/comments
|
|
138
|
-
- Mouse/trackpad: wheel scrolls lists/diffs, horizontal wheel pans PR diff, click rows to select/open, click global `[Repos]`, click `[Back]`, `[Files]`, `[Diff]`, Open/Closed tabs, and picker `[Apply]/[Cancel]`
|
|
139
|
-
- comment editor: `Enter` submit, `Shift+Enter` newline (`Ctrl+j` fallback)
|
|
140
|
-
|
|
141
|
-
Search supports simple GitHub-like qualifiers:
|
|
142
|
-
- `is:open` or `is:closed`
|
|
143
|
-
- `label:bug`
|
|
144
|
-
- `assignee:alex`
|
|
145
|
-
- `assignee:none` for unassigned
|
|
146
|
-
- `#123` for exact issue number
|
|
147
|
-
|
|
148
|
-
## Comment Defaults
|
|
149
|
-
Configure close/comment presets in `config.toml`:
|
|
150
|
-
```toml
|
|
151
|
-
[[comment_defaults]]
|
|
152
|
-
name = "close_default"
|
|
153
|
-
body = "Closing this issue as resolved."
|
|
154
|
-
```
|
|
70
|
+
- Config file: `~/.config/blippy/config.toml`
|
|
71
|
+
- Keybind overrides: `~/.config/blippy/keybinds.toml`
|
|
72
|
+
- Example keybind file: [keybinds.example.toml](keybinds.example.toml)
|
|
155
73
|
|
|
156
|
-
|
|
157
|
-
blippy supports built-in UI themes via `~/.config/blippy/config.toml`:
|
|
74
|
+
Theme example:
|
|
158
75
|
|
|
159
76
|
```toml
|
|
160
77
|
theme = "midnight"
|
|
161
78
|
```
|
|
162
79
|
|
|
163
80
|
Available built-in themes:
|
|
81
|
+
|
|
164
82
|
- `github_dark` (default)
|
|
165
83
|
- `midnight`
|
|
166
84
|
- `graphite`
|
|
167
85
|
|
|
168
|
-
|
|
169
|
-
- Every keyboard shortcut can be overridden.
|
|
170
|
-
- Copy `keybinds.example.toml` to `~/.config/blippy/keybinds.toml` and edit values.
|
|
171
|
-
- You can also place the same `[keybinds]` table inside `~/.config/blippy/config.toml`.
|
|
86
|
+
Comment preset example:
|
|
172
87
|
|
|
173
|
-
Example:
|
|
174
88
|
```toml
|
|
175
|
-
[
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
diff_scroll_left = "alt+h"
|
|
179
|
-
diff_scroll_right = "alt+l"
|
|
89
|
+
[[comment_defaults]]
|
|
90
|
+
name = "close_default"
|
|
91
|
+
body = "Closing this issue as resolved."
|
|
180
92
|
```
|
|
93
|
+
|
|
94
|
+
## Documentation
|
|
95
|
+
|
|
96
|
+
- Authentication and PAT setup: [AUTH.md](AUTH.md)
|
|
97
|
+
- Feature guide: [FEATURES.md](FEATURES.md)
|
|
98
|
+
- Key reference: [KEYBINDS.md](KEYBINDS.md)
|
|
99
|
+
- Contributing guide: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
100
|
+
- Release history: [CHANGELOG.md](CHANGELOG.md)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"name": "blippy",
|
|
25
|
-
"version": "0.1.
|
|
25
|
+
"version": "0.1.2"
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@isaacs/balanced-match": {
|
|
28
28
|
"engines": {
|
|
@@ -514,5 +514,5 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"requires": true,
|
|
517
|
-
"version": "0.1.
|
|
517
|
+
"version": "0.1.2"
|
|
518
518
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.2",
|
|
3
3
|
"bin": {
|
|
4
4
|
"blippy": "run-blippy.js"
|
|
5
5
|
},
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"detect-libc": "^2.1.2",
|
|
11
11
|
"rimraf": "^6.1.2"
|
|
12
12
|
},
|
|
13
|
-
"description": "
|
|
13
|
+
"description": "GitHub in your terminal",
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"prettier": "^3.7.4"
|
|
16
16
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"zipExt": ".tar.gz"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"version": "0.1.
|
|
78
|
+
"version": "0.1.2",
|
|
79
79
|
"volta": {
|
|
80
80
|
"node": "18.14.1",
|
|
81
81
|
"npm": "9.5.0"
|