dylanaraps / fff

📁 A simple file manager written in bash.
MIT License
4.09k stars 173 forks source link

[enhancement] option to open html files in browser #195

Open dinesh-58 opened 1 year ago

dinesh-58 commented 1 year ago

Currently, fff opens them in a text editor even though xdg-open opens them in the browser.

bogdan-the-great commented 11 months ago

Hi! I made a fork which adds an option to open a file with any specified program. So, you could for example open index.html with Firefox etc. Link to fork