Hacker News new | ask | show | jobs
by Foxboron 2052 days ago
A 1000 line YARN lock file for something that would be roughly 20 lines of bash is amazing and terrifying at the same time.
4 comments

Let’s see the 20 lines of bash that replicate all the features of this utility. Should fit in an HN comment nicely.
> roughly 20 lines of bash

various permutations of which were posted an hour ago and are currently higher than this comment, so I’m confused why multiple people asked to see them ~30½ minutes ago

I asked because none of the posted permutations offer the same feature set. Specifically, the nice thing about this utility (and reason for the dependencies) is interactive adding and selecting of identities. If this can replicated in bash, I am legitimately interested in seeing it, 20 lines or not.
Implement the `git identity` portion listed earlier with a `identity-list` utilizing `git config --get-regexp`. If you need interactivity you can tie it together with fzf and some awk.
So, not a 20 line bash script and at least two big dependencies. Sounds a lot like what you were poking fun at.
> at least two big dependencies

Awk (a fraction of busybox’s 2.1 MBs) is a “big dependency”‽ Or maybe you’re saying git is‽

Edit: quote

Haha ok ok. Awk as a “big” dependency is hyperbole (:

I really am interested in what it would take to pull this off with bash. I may try it myself...

fzf is not a standard tool.
Well no. I don't need multiple versions of the same library to do this, neither do i need the cache engine of some v8 browser either.
Can you show us your take on the bash solution?
Welcome to modern javascript development.