No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cmd/typist | ||
| go.mod | ||
| go.sum | ||
| hello.txt | ||
| readme.md | ||
| typist.go | ||
typist
It's not that impressive but I didn't want to just delete it.
Install
Package
go get -u tsivinsky.com/x/typist
CLI
go install tsivinsky.com/x/typist/cmd/typist@latest
Example
Type hello.txt file with commands enabled.
cat hello.txt | go run ./cmd/typist/main.go -s 10ms -c
Type entire typist.go with 10ms between each character
cat typist.go | go run ./cmd/typist/main.go -s 10ms
go run ./cmd/typist/main.go "Hello, World! I'm trying to something here"
Or with several arguments
go run ./cmd/typist/main.go hello world im trying to something here