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

https://github.com/harehare/gitype

Practice touch typing in the cli in your source code.
https://github.com/harehare/gitype

typing typing-practice typing-test

Last synced: 6 months ago
JSON representation

Practice touch typing in the cli in your source code.

Awesome Lists containing this project

README

          

# gitype

Practice touch typing in the cli in your source code.

Demo

Start typing by select a random file from the current or specified directory.
Files specified in .gitignore are excluded.

## Install

```bash
cargo install --git https://github.com/harehare/gitype.git
```

### manually
```
git clone https://github.com/harehare/gitype.git
cd gitype
cargo run
```

## Usage

```bash
USAGE:
gitype [OPTIONS]

OPTIONS:
-d
-e, --extension
-f
--force-correction
-h, --help Print help information
--line [default: 20]
-t [default: dark]
--time

## License

[MIT](http://opensource.org/licenses/MIT)