🔊 Say Github - monitoring Github Workflow

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • saydle

    "Saydle 🔊", real-time audio notifications for Gradle.

  • Recently I have found a great tool called saydle. It's a simple Gradle wrapper that notifies you using say command when your build is completed.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • #!/usr/bin/env bash WORKFLOW_ID=$1 URL=https://github.com///actions/runs/$WORKFLOW_ID gh run watch $WORKFLOW_ID && terminal-notifier -message 'Workflow completed' -open $URL

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • terminal-notifier

    Send User Notifications on macOS from the command-line.

  • Going a step further I've thought that relying on sound maybe it's not the best option. I've decided to display system notification instead of using say command. For displaying notification I used terminal-notifier tool which is pretty straightforward to use.

  • cli

    GitHub’s official command line tool

  • I used Github command line tool to be notified when a workflow is completed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How GitHub is Improving Developer Experience

    3 projects | dev.to | 14 Apr 2022
  • Control your Github from the command line with the Github CLI

    2 projects | dev.to | 23 Jul 2021
  • Implantar um aplicativo Angular no Azure pelo Github Actions

    2 projects | dev.to | 8 Jul 2021
  • Creating an NFT minting Farcaster frame on Solana

    4 projects | dev.to | 22 Feb 2024
  • Top 10 Tips for using GitHub from the Command Line

    3 projects | dev.to | 13 Oct 2023