TextBar-Recipes icon indicating copy to clipboard operation
TextBar-Recipes copied to clipboard

[question]

Open greeneryAO opened this issue 4 years ago • 2 comments

Can I use this to get notifications from any app if I use the correct shell script? I want to get notifications from shortcut programs (bettertouchtool, keyboard maestro), might have to pay freelance help to get the shell script made but that's ok, but just want to know it's possible before i ask around.

greeneryAO avatar Sep 11 '20 16:09 greeneryAO

It's possible by using a server on your system and polling for the notifications with TextBar. TextBar by itself doesn't have a server capability. If you look at my script on https://github.com/raguay/TextBarScripts the NotePad script launches a server and keeps track of the notes. You would need to do something similar.

On Fri, Sep 11, 2020 at 11:24 PM greeneryAO [email protected] wrote:

can I use this to get notifications from any app if I use the correct shell script? I want to get notifications from shortcut programs (bettertouchtool, keyboard maestro), might have to pay freelance help to get the shell script made but that's ok, but just want to know it's possible before i ask around.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richie5um/TextBar-Recipes/issues/71, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS7JRY7B7OBI5XFR53RORDSFJFKPANCNFSM4RH2MGKQ .

raguay avatar Sep 12 '20 04:09 raguay

I see, thanks for the reply/lead, this stuff is a bit above my head but someone has expressed interest in helping me possibly if I can explain what I’m trying to achieve, so I can relay your info to them, he’s familiar with TextBar.

regards

On Sep 11, 2020, at 9:20 PM, Richard Guay [email protected] wrote:

It's possible by using a server on your system and polling for the notifications with TextBar. TextBar by itself doesn't have a server capability. If you look at my script on https://github.com/raguay/TextBarScripts the NotePad script launches a server and keeps track of the notes. You would need to do something similar.

On Fri, Sep 11, 2020 at 11:24 PM greeneryAO [email protected] wrote:

can I use this to get notifications from any app if I use the correct shell script? I want to get notifications from shortcut programs (bettertouchtool, keyboard maestro), might have to pay freelance help to get the shell script made but that's ok, but just want to know it's possible before i ask around.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richie5um/TextBar-Recipes/issues/71, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS7JRY7B7OBI5XFR53RORDSFJFKPANCNFSM4RH2MGKQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/richie5um/TextBar-Recipes/issues/71#issuecomment-691404268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ36DC4ETECSYWFHBKJQIJTSFLZKBANCNFSM4RH2MGKQ.

greeneryAO avatar Sep 12 '20 04:09 greeneryAO