Skip to content

bacadra/pulsar-open-external

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-external

open-external

tree-view-external

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.

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: open .pdf file associated with.tex file in Pulsar
  • open-external:open-TeX-PDF: 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

If you have any ideas on how to improve the package, spot any bugs, or would like to support the development of new features, please feel free to share them via GitHub.