6 ms·
Show HN: Shorten your strings using common abbreviations
- Waterluvian 8y agoI love little programs that just focus on some one thing. Thank you for sharing it. I'm more interested in reading the code than using it, which I hope is cool.
- epoch_100 8y agoI just submitted a small pull request to fix a few typos in the CLI. Neat tool!
- dnnrly 8y agoThanks - that's much appreciated!
- craftyguy 8y agoOh the irony in a tool with a name that is pretty long as far as commandline tool names go, that abbreviates strings.
- rubatuga 8y agoCould have just named it "brev" as in brevity
- oweiler 8y agoalias brev=abbreviate
- tpaschalis 8y agoI like it! Since you wrote it in Go, it would be nice to also add a flag to export the result in camelCase, for easier variable naming :P
- dnnrly 8y agoIt should already support that. If it doesn't then please feel free to create an issue or even raise a PR. :)