No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-19 15:43:34 +03:00
cmd/typist remove fmt.Printf() on error 2026-09-19 15:35:08 +03:00
go.mod init 2026-09-19 15:33:03 +03:00
go.sum init 2026-09-19 15:33:03 +03:00
hello.txt init 2026-09-19 15:33:03 +03:00
readme.md add cli installation instructions 2026-09-19 15:43:34 +03:00
typist.go init 2026-09-19 15:33:03 +03:00

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