74
Fish 4.0: The Fish Of Theseus
(fishshell.com)
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
That is really nice, damn. We often don't have internet on the hosts we work with, so it's really painful to try to install a distro package. But we are able to SSH into them, so I might genuinely start just pushing Fish binaries onto the hosts we work with. Fish is particularly neat for this, because its defaults are so good.
Yeah, we've run into that problem, too. The most promising approach in my opinion is
cargo-xtask, which is a really sad thing to say, because that's not a tool, it's just a pattern of how you can use Rust to write your own build tool. I've been hacking away at a library to try to eliminate pain points and common pitfalls with that, and I have been looking for other repos with complex packaging needs to try to see, if my approach holds up. Sounds like I've just met my final boss. 🙃