An open API service indexing awesome lists of open source software.

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.

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
```