https://github.com/johnhidey/hdy.brackets-shell
Brackets extension which give you shell access for both Windows and *nix platforms.
https://github.com/johnhidey/hdy.brackets-shell
Last synced: 11 months ago
JSON representation
Brackets extension which give you shell access for both Windows and *nix platforms.
- Host: GitHub
- URL: https://github.com/johnhidey/hdy.brackets-shell
- Owner: johnhidey
- License: mit
- Created: 2014-06-26T03:21:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T23:07:54.000Z (over 9 years ago)
- Last Synced: 2025-08-07T01:19:59.345Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 34
- Watchers: 4
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ** This repository is no longer maintained. **
hdy.Brackets-Shell
==================
A brackets extension giving you access to the system shell within brackets.
##Usage
Brackets-Shell adds a new icon on the right panel: click on it to toggle the shell's panel
##Options
Brackets-Shell adds the following options to your brackets.json file:
* `hdy.brackets-shell.dark`: set to true if you are using Bracket's dark theme (defaults to false)
* `hdy.brackets-shell.trackProject`: set to true if you want to have the Bracket's shell automatically be set to your project's root directory
* `hdy.brackets-shell.shell`: set to the path of your shell (i.e "/bin/sh" or "/bin/bash"). For Windows this should be set to "cmd.exe"
* item 1
* itme 2
* item 3
##Screenshots
![][screenshot]
##Change Log
Please see [`CHANGELOG.md`](CHANGELOG.md)
##License
MIT. Please see [`LICENSE`](LICENSE)
[screenshot]: https://raw.githubusercontent.com/johnhidey/hdy.resources/master/hdy.brackets-shell/images/screenshot.gif