Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
/ typer Public archive

⌨️ For when you don't want to type things

Notifications You must be signed in to change notification settings

jonahgeorge/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typer

⌨️ For when you don't want to type things

Usage

$ echo 'echo "Hello world"' | typer
echo "Hello world"

$ echo "Hello world"
Hello world

Installation

go install github.com/jonahgeorge/typer@latest

But, why?

Recently I've found myself playing with Linux VMs in less-friendly environments (Hyper-V and Parallels). In these environments, the console typically doesn't support copy-paste which makes setting up things like OpenSSH and Tailscale quite annoying as I've needed to manually type in install commands and auth tokens.

This little script allows me to pipe in a local file, focus the Linux VM console, and see it type away. 😂

About

⌨️ For when you don't want to type things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages