https://github.com/skyloken/typher
A typing game for coding on CLI.
https://github.com/skyloken/typher
go
Last synced: 6 months ago
JSON representation
A typing game for coding on CLI.
- Host: GitHub
- URL: https://github.com/skyloken/typher
- Owner: skyloken
- Created: 2022-06-25T08:54:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T15:11:14.000Z (about 4 years ago)
- Last Synced: 2024-06-21T11:03:49.216Z (about 2 years ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typher
Typher is a typing game for coding that runs on the CLI.
## Installation
```console
$ go install github.com/skyloken/typher@latest
```
## Usage
```console
$ typher
```
- `typing-target`: File path or URL to be typed.
## Example
```console
$ typher target.go
$ typher https://raw.githubusercontent.com/golang/go/master/src/io/io.go
```