You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built with [ratatui](https://ratatui.rs/) and the Linear GraphQL API.
4
13
5
-
Built with Rust using [ratatui](https://ratatui.rs/) and the Linear GraphQL API.
14
+
</div>
15
+
16
+
---
6
17
7
18
## Features
8
19
@@ -22,6 +33,10 @@ Built with Rust using [ratatui](https://ratatui.rs/) and the Linear GraphQL API.
22
33
cargo install linear-tui
23
34
```
24
35
36
+
### From GitHub Releases
37
+
38
+
Pre-built binaries are available for Linux, macOS (Intel/Apple Silicon), and Windows on the [Releases](https://github.com/k1-c/linear-tui/releases) page.
39
+
25
40
### From source
26
41
27
42
```sh
@@ -30,58 +45,54 @@ cd linear-tui
30
45
cargo install --path .
31
46
```
32
47
33
-
## Authentication
48
+
## Getting Started
34
49
35
-
### OAuth2 (recommended)
50
+
### 1. Authenticate
51
+
52
+
**OAuth2 (recommended)**
36
53
37
54
```sh
38
55
linear-tui auth login
39
56
```
40
57
41
-
This opens your browser for Linear OAuth authorization. Tokens are stored locally and refreshed automatically.
58
+
Opens your browser for Linear OAuth authorization. Tokens are stored locally and refreshed automatically.
42
59
43
-
### Personal API Key
60
+
**Personal API Key**
44
61
45
62
Generate a key at [Linear Settings > API](https://linear.app/settings/api), then:
0 commit comments