Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Making dyslexia a lesser work-disorder #117

Closed Sebastien-Hanicotte closed 10 years ago

Sebastien-Hanicotte commented 10 years ago

Sometimes, when fingers runs faster than mind (or else), you end up writing down all the letters of a command, but not in the good order.

Because dyslexia happens, we sure can deal with that problem on commonly used commands.

Sebastien-Hanicotte commented 10 years ago

The feature finally passed all the test written... but this feature may need some more tests to ensure guess works its way with some randomly characters' shaken commands and actions.

geoffroy-aubry commented 10 years ago

Should be OK on BSD : fold command :-)

Anyone to test on BSD ?

Sebastien-Hanicotte commented 10 years ago
echo 'feature' | fold -w1 | sort | uniq -c | tr -d '[:space:]\n' 

:+1: Tested under system running OS X