Electron Adventures: Episode 45: Viewing Files
Every file manager needs a way to view (F3) and edit (F4) files. And it's impossible to support every file type, so for some we handle them internally, and for some we launch external program.
External vs Internal
This means we have the following com...
taw.hashnode.dev4 min read