Live data from Hacker News

Show HN: I automated half of my typing

github.com

1–10 of 331 posts

Re: Show HN: I automated half of my typing

#3
Also the most surprising part of doing this was seeing that abbreviating super short words like "the" -> "t" actually saves far more characters overall than abbreviating long words and phrases that are less common, like "what do you think" -> "wdytk".

Re: Show HN: I automated half of my typing

#7
post #6

This is neat! I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create.

> I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create.

Same here, I end up doing `h | grep "(something about the command)` a lot to get commands with specific options, etc. and think "damn i should really make an alias for this" every single time, but never get around to it

Post reply on HN