Remix.run Logo
MangoToupe 4 days ago

I just write everything in fish and have an LLM translate it to bash. Freed up a couple brain cells for more useful things for sure.

sholladay 4 days ago | parent [-]

Newer versions of Fish have significantly improved bash compatibility. The LLM may actually be making things harder for you than they need to be.

kstrauser 4 days ago | parent [-]

The single biggest win there was that it understands ‘export foo=bar’ now, which is probably 90% of what I’d ever copy and paste into a shell.