atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Open in external default program #436

Open asiloisad opened 3 years ago

asiloisad commented 3 years ago

Summary

Introduce new keyboard shortcut (e.g. alt-enter) to open selected file in external (system default) program.

Motivation

The function will be very usefull to open non-text file, which are produce in workflow. e.g. python via python-docx package can produce valid .docx file. Then you can use fuzzy-finder to find it and open in MS Word (because atom cannot deal with it).