abiczo / github-notifier

Github updates notifier for Linux
57 stars 8 forks source link

github-notifier hangs #18

Closed oceatoon closed 9 years ago

oceatoon commented 9 years ago

hi I've jsut installed the notifier on Ubuntu 14.04 and executed it , untill there it's all good but it just hangs should it be launched in background ?

abiczo commented 9 years ago

Hey, yeah the script doesn't background itself so what you're seeing is expected behavior. You can background it manually (e.g. by using &).

Adding a flag that runs the script in the background would also be nice. I won't have time to work on this but would be happy to merge a pull request.

Let me know if this answers your question or if i misunderstood you.

On Friday, May 8, 2015, Tibor Katelbach notifications@github.com wrote:

hi I've jsut installed the notifier on Ubuntu 14.04 and executed it , untill there it's all good but it just hangs should it be launched in background ?

— Reply to this email directly or view it on GitHub https://github.com/abiczo/github-notifier/issues/18.

abiczo commented 9 years ago

Let me know if I misunderstood your question and we can reopen this issue.

dotnetCarpenter commented 8 years ago

@abiczo Would be nice if github-notifier would output some kind of confirmation text, that it is running without any issues.

abiczo commented 8 years ago

@dotnetCarpenter that's a good idea. Unfortunately I don't have a linux machine at the moment so it'd be hard for me to make any changes but if you'd be interested sending out a pull request I'd be happy to merge it.