Samasaur1 / TyperTool

An example CLT using my Typer module

Home Page:https://samasaur1.github.io/projects/typertool.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow setting defaults

Samasaur1 opened this issue · comments

commented

Currently, if you only provide text, typer does a 10 second delay. While you can change this by doing typer test 5 to print "test" after 5 seconds, you should be able to set the default to 5 seconds (or whatever you want).

Once #1 is implemented, you should be able to set the default rate as well.

This should probably be stored in $HOME/.typer (either a directory or file)

commented

I'm thinking that we'll instead put it in $HOME/.config/typer/