Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
https://rosettea.github.io/Hilbish/
MIT License
499 stars 23 forks source link

fix: pass command standard output to commanders #222

Closed TorchedSammy closed 1 year ago

TorchedSammy commented 1 year ago

if a commander needs to show output, it should write to the provided files (which will be stdout and stderr) and read from the provided stdin. this would fix the issue with the current cat builtin not working with less and with commanders in general not being able to pipe to each other and external commands.