makew0rld / amfora

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

Feat: open files with relative path #232

Closed singalhimanshu closed 2 years ago

singalhimanshu commented 3 years ago

Now we can open files directly by running amfora file.gmi rather than doing amfora file:///absolute/path/to/file.gmi

Solve #231

singalhimanshu commented 3 years ago

Sorry for the delay, I couldn't get any spare time. This might take some time if that is okay.

makew0rld commented 3 years ago

No worries. Just let me know if you can't continue with this later for whatever reason, and I can take it over.

makew0rld commented 2 years ago

Fixed by #257. Thanks for your work though!