Show HN: Shorten your strings using common abbreviations
1–9 of 9 posts
Re: Show HN: Shorten your strings using common abbreviations
#2I 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.
Re: Show HN: Shorten your strings using common abbreviations
#3I just submitted a small pull request to fix a few typos in the CLI. Neat tool!
Re: Show HN: Shorten your strings using common abbreviations
#4Oh the irony in a tool with a name that is pretty long as far as commandline tool names go, that abbreviates strings.
Re: Show HN: Shorten your strings using common abbreviations
#5Could have just named it "brev" as in brevity
Re: Show HN: Shorten your strings using common abbreviations
#6I just submitted a small pull request to fix a few typos in the CLI. Neat tool!
Thanks - that's much appreciated!
Re: Show HN: Shorten your strings using common abbreviations
#7Could have just named it "brev" as in brevity
alias brev=abbreviate
Re: Show HN: Shorten your strings using common abbreviations
#8I 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
Re: Show HN: Shorten your strings using common abbreviations
#9I 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
It should already support that. If it doesn't then please feel free to create an issue or even raise a PR. :)