Comment by ectospheno
3 days ago
Ruby is a pretty natural fit for shell scripting.
https://lucasoshiro.github.io/posts-en/2024-06-17-ruby-shell...
3 days ago
Ruby is a pretty natural fit for shell scripting.
https://lucasoshiro.github.io/posts-en/2024-06-17-ruby-shell...
It's close, but there are some things that could be better to make it easier to access e.g. file size and type. I think maybe a 50-100 line set of helpers and a one line wrapper (to spawn Ruby with -r<helper> -e <command line>) would get you mostly to where nushell is.