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
- Host: GitHub
- URL: https://github.com/catdad/brackets-open-shell-here
- Owner: catdad
- Created: 2016-07-22T00:30:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T00:04:43.000Z (about 8 years ago)
- Last Synced: 2025-02-16T12:57:30.787Z (4 months ago)
- Topics: brackets-extension, linux, shell, windows
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.