Rosettea / Hilbish

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

feat: Cat implementation now uses chunk reading #290

Closed jdugan6240 closed 4 months ago

jdugan6240 commented 4 months ago

This updates the cat command to use a simple form of chunk reading to read files, thus allowing for reading large files without running out of memory.

This should close out #283.


jdugan6240 commented 4 months ago

...? This is a strange reason for the deploy CI task to have failed...

fatal: unable to access 'https://github.com/Rosettea/Hilbish.git/': The requested URL returned error: 403

TorchedSammy commented 4 months ago

That's fine to ignore, seems to only happens on PRs not made by me (which I'm not sure how to fix)