Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Shorten your strings using common abbreviations
(
github.com
)
25 points
by
dnnrly
2751 days ago
5 comments
rubatuga
2751 days ago
Could have just named it "brev" as in brevity
link
oweiler
2750 days ago
alias brev=abbreviate
link
Waterluvian
2751 days ago
I 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.
link
craftyguy
2751 days ago
Oh the irony in a tool with a name that is pretty long as far as commandline tool names go, that abbreviates strings.
link
epoch_100
2751 days ago
I just submitted a small pull request to fix a few typos in the CLI. Neat tool!
link
dnnrly
2751 days ago
Thanks - that's much appreciated!
link
tpaschalis
2750 days ago
I 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
link
dnnrly
2749 days ago
It should already support that. If it doesn't then please feel free to create an issue or even raise a PR. :)
link