kamranahmedse / pennywise

Cross-platform application to open any website or media in a floating window
MIT License
3.77k stars 207 forks source link

Feature Request: `file://` support #118

Closed boxsnake closed 5 years ago

boxsnake commented 5 years ago

Feature request:

Can I open a local file with file:// protocol? From my test, Pennywise does not support file:// and any link will goes http(s) if no protocol given.

I am request if you can add file:// protocol support, thanks.

alxwrd commented 5 years ago

hi @boxsnake. The file:// protocol is currently supported for Pennywise.

showing the use of the file protocol in pennywise

However, don't forget you will need three slashes /// as the third slash means "root directory". https://stackoverflow.com/a/40070752/7220776.

kamranahmedse commented 5 years ago

Thanks @alxwrd