Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-jerolimov/atom-show-in-system

atom.io extension which show and open files within your system
https://github.com/christoph-jerolimov/atom-show-in-system

Last synced: about 2 months ago
JSON representation

atom.io extension which show and open files within your system

Awesome Lists containing this project

README

        

**Deprecated. But still ready for the [atom.io](http://atom.io) 1.0 release.**

I developed this plugin for an early atom.io version where this function
was missing. The latest version contains already the "Show in Finder" menu,
but not the "Open with default application" menu entry.

This plugin provides both functions - but will not be supported in the future.

## Show and open files within your system

You can install this small [atom.io](http://atom.io) extension in the
`Preferences... > Install` dialog or with the atom package manager:

apm install show-in-system

This extension adds new sub menu entries to the context-menu of the
file/project tree and the editor tabs.

* Add `Show in Finder / Explorer` to each editor tab.
* Add `Open in Terminal` for folders and files (scripts) in the file tree and
tab context-menu.
Current this is an OSX-only feature.
Pull requests for other systems are welcome.
* Add `Open with default application` in the file tree and tab context-menu.

![Screenshot file view](https://github.com/jerolimov/atom-show-in-system/raw/master/screenshot-file-view.png)

![Screenshot tab view](https://github.com/jerolimov/atom-show-in-system/raw/master/screenshot-tab-view.png)

This package is available on [atom.io/packages](https://atom.io/packages/show-in-system) and open sourced on [github](https://github.com/jerolimov/atom-show-in-system).

Author: [@jerolimov](https://twitter.com/jerolimov)