cerebroapp / cerebro-shell

📦 Cerebro plugin to execute any shell command from Cerebro search line
18 stars 1 forks source link

macOS Sierra 10.12.3 (16D32) Plugin Doesn't Work #2

Closed istocniks closed 7 years ago

istocniks commented 7 years ago

Typing $ pwd and hitting Enter doesn't do anything for me, are there any local logs that I could send you for debugging?

m-thomson commented 7 years ago

Same issue here. Enter key doesn't seem to have any effect. Other plugins work.

screenshot_2dfce6

In case it's relevant, I'm using Bash 4 (installed via brew):

brew install bash

KELiON commented 7 years ago

@istocniks @m-thomson yes, you can check console for that.

1) Type settings and turn on developer mode, turn on "show in menu bar"; 2) Toggle Cerebro window and from tray menu select development → dev tools (main), switch to console tab; 3) Reload everything (development → reload); 4) Try to use shell plugin and check what do you have in console;

can you turn on developer mode in preferences, open dev-tools from tray menu → development → dev tools (main) and check what do you have in console?

istocniks commented 7 years ago

Huston, we have a problem, nothing happens when I click development → dev tools (main) You should think of adding a standard mac os logging that would be seen in the standard mac os console app

KELiON commented 7 years ago

@istocniks I think I know what you mean:) Probably dev tools are shown under other application. Try to set focus to main cerebro window and use cmd+~ to switch between windows.

istocniks commented 7 years ago

screen shot 2017-01-30 at 10 51 27 am got it! here's what I've got

KELiON commented 7 years ago

@istocniks can you click on the triangle on the left side of error to see stacktrace of the exception?

istocniks commented 7 years ago

screen shot 2017-01-30 at 11 26 09 am here it is

KELiON commented 7 years ago

@istocniks can you try new version of this plugin?

istocniks commented 7 years ago

Works now, thanks!