aviatesk / atom-open-in-app

https://atom.io/packages/open-in-app
MIT License
1 stars 0 forks source link

Atom Open-in-App

This very simple :atom: package allows you open any of your file instantly from Atom editor within any application you want.

overview

Features

Usage

You can open any of your file from context menu:

Or you can use keyboard shortcuts:

Configuration

Default application

defaultApplication:

File extension to application bindings:

applicationBindings:

Configuration example

~/.atom/config.cson

"*":
...
"open-in-app":
applicationBindings: { ".py": "code" } # edit Python in VSCode
defaultApplication: "chrome" # open files in Chrome by default
...

License

This package is under MIT License.

Acknowledgements

While development, I cited considerable amount of code from Open in Browser Atom.io Package created by @magbicaleman.

Author