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.
cargo install --git https://github.com/harehare/gitype.git
git clone https://github.com/harehare/gitype.git
cd gitype
cargo run
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