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.
- Host: GitHub
- URL: https://github.com/harehare/gitype
- Owner: harehare
- License: mit
- Created: 2022-06-17T12:22:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T12:12:03.000Z (11 months ago)
- Last Synced: 2025-04-01T14:14:52.878Z (9 months ago)
- Topics: typing, typing-practice, typing-test
- Language: Rust
- Homepage:
- Size: 4.05 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitype
Practice touch typing in the cli in your source code.

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)