Skip to content

fastfadingviolets/qwertyflip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qwertyflip

qwertyflip transforms input files by flipping their characters based on keyboard positions.

Download it from the release page

You can run it as:

./qwertyflip <command file> <input file>

where command file is a file containing a string of comma-separated transforms. The transforms can be one of H for a horizontal keyboard flip, V for a vertical keyboard flip, or +/-N for a shift by N positions. So the command H,-3,V would flip an input of 1 first horizontally to 0, then shift by -3 positions to 7, then flip vertically to m.

Output is produced to standard out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages