makew0rld / amfora

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

Added ability to save `about:` pages. #236

Closed amohamed11 closed 3 years ago

amohamed11 commented 3 years ago

Hi, I've been using Amfora for short-while and wanted to contribute to this awesome project.
Proposed Changes:

Fixes #210

P.S. I did not locate a contribution guide, so let me know if I went about something the wrong way. If there is such a guide, please do point me towards it.

makew0rld commented 3 years ago

Thanks for the fix! Note I made a small change in 56b7e4a, because otherwise URLs like about:subscriptions?2 would be saved as subscriptions?2.gmi, and ? is a banned filename character on Windows.

Otherwise looks good, thanks for your work!