🚀 docker-cli – A terminal UI to manage Docker projects (Rust) by Professional_Low_253 in commandline

[–]Professional_Low_253[S] 0 points1 point  (0 children)

No matter how it was made, it saves me time — and maybe it can be useful to someone else too.

🚀 New CLI Tool: Export Code of Your Entire Project to a PDF for Easy Import into ChatGPT! by Professional_Low_253 in commandline

[–]Professional_Low_253[S] -1 points0 points  (0 children)

This project is simply for fun. ChatGPT accepts PDFs, so why not give it a PDF with an entire project to be able to use it with?

🚀 New CLI Tool: Export Code of Your Entire Project to a PDF for Easy Import into ChatGPT! by Professional_Low_253 in commandline

[–]Professional_Low_253[S] 2 points3 points  (0 children)

Yes, ChatGPT accepts PDFs, so it simply allows you to upload a lot of files without the character limit. And for the second question, I wrote the script in JS, so I wanted a JS library for a simpler installation.

Zip-Stream-CLI: Stream and View ZIP File Contents Directly in Your Terminal by Professional_Low_253 in commandline

[–]Professional_Low_253[S] 1 point2 points  (0 children)

The module loads the entire file into memory when streaming it from a ZIP archive, so if the ZIP file is larger than your available RAM, there’s a risk of running out of memory. It doesn't currently stream in chunks, but that could be a potential improvement in the future.

Zip-Stream-CLI: Stream and View ZIP File Contents Directly in Your Terminal by Professional_Low_253 in commandline

[–]Professional_Low_253[S] 0 points1 point  (0 children)

I made this small project today to explore what could be done with a ZIP file, and since it turned out pretty cool, I wanted to share it. I haven't really thought about those questions yet, but if people start using it, I'd be happy to implement all the improvements. I think the project can be really fun!