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

https://github.com/catdad/brackets-open-shell-here

:turtle: open a shell window in the project root
https://github.com/catdad/brackets-open-shell-here

brackets-extension linux shell windows

Last synced: about 2 months ago
JSON representation

:turtle: open a shell window in the project root

Awesome Lists containing this project

README

        

# brackets-open-shell-here

[![Linux Build][1]][2]
[![Windows Build][12]][13]
[![Test Coverage][3]][4]
[![Code Climate][5]][6]
[![devDependencies Status][15]][16]

[1]: https://travis-ci.org/catdad/brackets-open-shell-here.svg?branch=master
[2]: https://travis-ci.org/catdad/brackets-open-shell-here

[3]: https://codeclimate.com/github/catdad/brackets-open-shell-here/badges/coverage.svg
[4]: https://codeclimate.com/github/catdad/brackets-open-shell-here/coverage

[5]: https://codeclimate.com/github/catdad/brackets-open-shell-here/badges/gpa.svg
[6]: https://codeclimate.com/github/catdad/brackets-open-shell-here

[12]: https://ci.appveyor.com/api/projects/status/github/catdad/brackets-open-shell-here?branch=master&svg=true
[13]: https://ci.appveyor.com/project/catdad/brackets-open-shell-here

[15]: https://david-dm.org/catdad/brackets-open-shell-here/dev-status.svg
[16]: https://david-dm.org/catdad/brackets-open-shell-here?type=dev

## Windows

Supported shells include the default CMD, PowerShell, and on Windows 10, when enabled, bash is supported as well.

## Linux

Ubuntu is now supported, using `gnome-terminal`. If you requite any other distros, please feel free to [open a new issue](https://github.com/catdad/brackets-open-shell-here/issues/new) and I will take a look.

## macOS

I plan on adding [macOS](https://github.com/catdad/brackets-open-shell-here/issues/2) support as I get time (and a system to test on). For now, this extension will do nothing on a Mac.

## Building the extension

```bash
gulp
```

This will create the requires zip file in the `output` folder.