Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/atom-show-in-system
- Owner: christoph-jerolimov
- License: mit
- Created: 2014-03-05T00:29:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T21:18:04.000Z (over 9 years ago)
- Last Synced: 2024-11-25T12:16:33.048Z (about 2 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/show-in-system
- Size: 505 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)