Show HN: I automated half of my typing
github.com
Show HN: I automated half of my typing
1–10 of 331 posts
I've been using this for about a year now - I parsed 6 months of my messages on slack and found the most common phrases I use and generated keyboard shortcuts for them.
Re: Show HN: I automated half of my typing
#2I also wrote a blog post with video about the project: https://erikschluntz.com/software/2023/08/26/compressing-my-...
This has been one of the rare side projects that has actually saved me more time than I've put in :)
Re: Show HN: I automated half of my typing
#3Also 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
#4Very cool!
Re: Show HN: I automated half of my typing
#5Cool, thinking how can use it in programming, or other conditions?
Re: Show HN: I automated half of my typing
#6This is neat!
I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create.
Re: Show HN: I automated half of my typing
#7This 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
Re: Show HN: I automated half of my typing
#8[flagged]
Re: Show HN: I automated half of my typing
#9[flagged]
Re: Show HN: I automated half of my typing
#10Pretty cool and very useful, as long as you can remember all of the shortcuts (I guess it comes with time!)
It kind of reminds me of stenography in a way