makew0rld / amfora

A fancy terminal browser for the Gemini protocol.
GNU General Public License v3.0
1.14k stars 68 forks source link

Cache downloads #345

Closed kovmir closed 8 months ago

kovmir commented 8 months ago

If I open an image twice, amfora downloads it twice. Should it not cache them somehow?

makew0rld commented 8 months ago

Images are considered page-external network requests in Gemini, the same as downloading a ZIP file. So no, I don't think it makes sense to cache them.