Skip to content

bacadra/pulsar-open-external

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-external

Open file or dir in external program. Many files cannot be displayed in human readable form, and there are no Pulsar plug-ins to do this. In this case, the most convenient way to explore them is to open them in an external program.

open-external

tree-view-external

Installation

To install open-external search for open-external in the Install pane of the Pulsar settings or run ppm install open-external. Alternatively, you can run ppm install bacadra/pulsar-open-external to install a package directly from the Github repository.

Usage

In atom-workspace space there are available commands:

  • open-external:toggle: (default Alt-U) quick switch

In atom-text-editor and .image-view spaces there are available commands:

  • open-external:open: (default Alt-F12) open active file in external program
  • open-external:show: (defualt Ctrl-F12) show active file in system default file manager
  • open-external:atom-selected: get selected path and open it Pulsar
  • open-external:open-selected: get selected path and open it in external program
  • open-external:show-selected: get selected path and show it in system default file manager

In .platform-win32 .image-view space there are available commands:

  • open-external:edit-in-paint: open image in paint editor

In .tree-view space there are available commands:

  • open-external:open: (default Alt-F12) open active item in external program
  • open-external:show: (default Ctrl-F12) show active item in system default file manager

In atom-text-editor[data-grammar~="latex"] space there are available commands:

  • open-external:atom-TeX-PDF: (default F7) open .pdf file associated with.tex file in Pulsar
  • open-external:open-TeX-PDF: (default F8) open .pdf file associated with.tex file in external program
  • open-external:show-TeX-PDF: show .pdf file associated with.tex file in system default file manager

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!