hdy.brackets-shell icon indicating copy to clipboard operation
hdy.brackets-shell copied to clipboard

Brackets extension which give you shell access for both Windows and *nix platforms.

Results 25 hdy.brackets-shell issues
Sort by recently updated
recently updated
newest added

Is this plugin working for Mac? Thanks.

…k theme. Change toolbar's icon with SVG to be more compatible with Brackets Extension Icon Guidelines.

ready

Looks like it's ignoring the dark theme preference: I had to remove the if in shellPanel.js:179 in order to apply the desired styling.

I'm trying to use shell to run ruby and rails command (using rbenv on Mac) but the .bash_profile is probably not loaded when your plugin is activated. I have tried...

bug

added keyboard shortcut Ctrl+Alt+/ to toggle open/close console window

ready

Hi, I fixed the enviroment issues with Mac not loading enviroment variables. Not the prettiest fix but I can confirm it working on my Mac.

ready

I recently found and installed this extension, and it was working great until I ran one of my python scripts. Since I am just starting with python, I made a...

The extension is generating a lot of these messages in the console: ``` Deprecated: Do not use $().on/off() on Brackets modules and model objects. Call on()/off() directly on the object...

Is it possible to assign a key in the key map to toggle the shell? If so, what is the command id? I would appreciate that over clicking on the...

enhancement
ready

Once I ran my program and it got to the part for me to type in my stuff to make it do its thing it wouldn't let me I was...