Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Send alerts to the terminal on events #9

Open
mathstuf opened this issue Dec 23, 2019 · 1 comment
Open

Send alerts to the terminal on events #9

mathstuf opened this issue Dec 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mathstuf
Copy link

Probably should be a configuration setting, but making a bell on the terminal when an event happens would be great (I'm using GitLab terminology here, I'm not too worried about naming):

  • pipeline-started
  • pipeline-failed
  • pipeline-completed
  • job-started
  • job-failed
  • job-completed
@nbedos
Copy link
Owner

nbedos commented Dec 24, 2019

I agree that this would be useful but it is currently not possible without fixing gdamore/tcell#2 first. This PR should be enough for Unix systems so I'll probably have to make a private fork of tcell that includes this change.

I'll wait a bit before working on this though, in case tcell has other limitations that would make using ncurses a better choice.

@nbedos nbedos added the enhancement New feature or request label Dec 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants