Post Ai0lzLjsF3TIs2yW48 by wonderfall@mastoid.dev
(DIR) More posts by wonderfall@mastoid.dev
(DIR) Post #Ai0lzIfrdVTvMk4lto by wonderfall@mastoid.dev
2024-01-08T16:24:32Z
0 likes, 0 repeats
fish shell has been rewritten in Rust, very interesting: https://github.com/fish-shell/fish-shell/blob/master/doc_internal/fish-riir-plan.mdhttps://github.com/fish-shell/fish-shell/discussions/10123Might consider it again instead of zsh + fish-like plugins (I don't use plugin managers though). zsh being mostly "POSIX compliant" is a plus, but I do not think this matters much in practice for your interactive shell.
(DIR) Post #Ai0lzJUuZiJZv3xXSy by wonderfall@mastoid.dev
2024-01-08T16:25:32Z
0 likes, 0 repeats
I've also tried nushell (https://www.nushell.sh/), and it feels like this thing comes from the future. It's so much different that I can't really switch yet, and it has a few quirks on macOS at least. Will definitely keep an eye on it.
(DIR) Post #Ai0lzLjsF3TIs2yW48 by wonderfall@mastoid.dev
2024-01-08T16:31:11Z
0 likes, 0 repeats
FOSS Rust projects are great. Yes "written in Rust" isn't just a meme and actually means something. At least I have the guarantee that your tool won't cause memory corruption on my system.This is also the perfect occasion to create new tools instead of drop-in replacements of the old ones which would at least greatly benefit from a saner, more accessible syntax.