Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages