Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 890 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 890 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>                      
    -h, --help                     Print help information
        --line <LINE>              [default: 20]
    -t <THEME>                     [default: dark]
        --time <TIME>              [default: 30]
    -V, --version                  Print version information

License

MIT