Skip to content

Instantly share code, notes, and snippets.

@markalfred
Last active August 29, 2015 14:06
Show Gist options
  • Save markalfred/aeae4ead9c05af7a5583 to your computer and use it in GitHub Desktop.
Save markalfred/aeae4ead9c05af7a5583 to your computer and use it in GitHub Desktop.
Skepticisms. And other long words.
# Find the longest words you can type, alternating hands at each character. Y and B excluded.
egrep "^[$right]?([$left][$right]){6,}[$left]?\$" /usr/share/dict/words
# Qwerty
left=qwertasdfgzxcv
right=uiophjklnm
# Colemak
left=qwfpgarstdzxcv
right=luhneiokm
# Dvorak
left=pyaoeuiqjk
right=gcrldhtnsbmwvz
@markalfred
Copy link
Author

Nice 💃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment