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
Copy file name to clipboardExpand all lines: README.md
+31-39Lines changed: 31 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
-
2
1
# 🚀 Go Typer
3
2
4
3
**The sleek, fast terminal typing game inspired by [MonkeyType](https://monkeytype.com/)!**
5
4
6
5
Go Typer brings the popular web-based typing experience of MonkeyType to your terminal with a beautiful, customizable interface. Master your typing skills right in your terminal (where it actually matters 😉) without a browser.
@@ -48,7 +45,7 @@ Verify your terminal supports TrueColor by running:
48
45
49
46
```bash
50
47
printf"\x1b[38;2;255;0;0mTRUECOLOR\x1b[0m\n"
51
-
````
48
+
```
52
49
53
50
If you see "TRUECOLOR" in red, you're good to go\! If not, check out [this compatibility guide](https://gist.github.com/weimeng23/60b51b30eb758bd7a2a648436da1e562).
54
51
@@ -67,29 +64,29 @@ Choose the installation method that suits you best:
67
64
68
65
Download the latest pre-built binaries for your operating system from the [Releases](https://github.com/prime-run/go-typer/releases) page. Here's a simplified way to download and install (rootless):
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
92
-
```
89
+
```
93
90
94
91
After downloading and extracting, ensure that `~/.local/bin` is in your system's `PATH` environment variable. You can usually do this by adding the following line to your shell's configuration file (e.g., `.bashrc`, `.zshrc`):
95
92
@@ -113,8 +110,7 @@ Now you should be able to run Go Typer by simply typing `go-typer` in your termi
113
110
<summary><b>⚙️ Go Install (For Go Users)</b></summary>
114
111
115
112
> [!NOTE]
116
-
> [go](https://go.dev/doc/install) version > v1.24 is required
117
-
113
+
> [go](https://go.dev/doc/install) version > v1.24 is required
118
114
119
115
```bash
120
116
go install github.com/prime-run/go-typer@latest
@@ -159,8 +155,6 @@ docker run -it --rm go-typer
159
155
160
156
</details>
161
157
162
-
163
-
164
158
## 🎮 How to Play
165
159
166
160
1. Launch Go Typer:
@@ -183,43 +177,41 @@ docker run -it --rm go-typer
183
177
184
178
### 🎯 Keyboard Controls
185
179
186
-
- **↑/↓ or j/k**: Navigate through menu items
187
-
- **Enter**: Select menu item
188
-
- **Esc**: Go back to the previous screen
189
-
- **Space**: Advance to the next word while typing
190
-
- **Tab**: Restart the current typing exercise
191
-
- **q or Ctrl+C**: Quit the application
180
+
- **↑/↓ or j/k**: Navigate through menu items
181
+
- **Enter**: Select menu item
182
+
- **Esc**: Go back to the previous screen
183
+
- **Space**: Advance to the next word while typing
184
+
- **Tab**: Restart the current typing exercise
185
+
- **q or Ctrl+C**: Quit the application
192
186
193
187
## ⚙️ Configuration
194
188
195
189
Go Typer automatically saves your preferences in your user config directory:
0 commit comments