cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.35k stars 456 forks source link

It's possible to make plugin from shell script ? #400

Closed PrzemekSkw closed 3 years ago

PrzemekSkw commented 7 years ago

Hi, I have that script to find text in xls files: https://pastebin.com/vC50y8Nn Is it possible to make plugin to cerbero with that script?

Pectojin commented 7 years ago

You should take a look at https://github.com/KELiON/cerebro-shell

That particular plugin allows you to call any shell command, so it should be fairly straight forward to rewrite that plugin to call a full script and perhaps take an input to put into the script.

ogustavo-pereira commented 3 years ago

@PrzemekSkw try to use the cerebro-shell it is very good