open-in-app

Open your file within any of your external application instantly

aviatesk

2,705

3

1.0.1

MIT

GitHub

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