Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 868 Bytes

File metadata and controls

43 lines (32 loc) · 868 Bytes

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

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

manually

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

Usage

USAGE:
    gitype [OPTIONS]

OPTIONS:
    -d <dir>
    -e, --extension <EXTENSION>
    -f <file>
        --force-correction
    -h, --help                     Print help information
        --line <LINE>              [default: 20]
    -t <THEME>                     [default: dark]
        --time <TIME>              [default: 30]
    -V, --version                  Print version information

License

MIT