Skip to content
View chris-gillatt's full-sized avatar
Block or Report

Block or report chris-gillatt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. homebrew-dockerfix homebrew-dockerfix Public

    An app designed for Docker Mac command line users who wish to clean up their docker environment or restart the docker daemon or both.

    Shell 3

  2. chubin/wttr.in chubin/wttr.in Public

    ⛅ The right way to check the weather

    Python 23.9k 1.1k

  3. blist-hugo-theme blist-hugo-theme Public

    Forked from apvarun/blist-hugo-theme

    Blist is a clean and fast blog theme for your Hugo site.

    HTML

  4. homebrew-joke homebrew-joke Public

    Prints a random joke on the command-line from the icanhazdadjoke.com API

    Shell

  5. package.sh package.sh
    1
    #!/bin/bash -e
    2
    # Brew package script for GitHub Actions
    3
    # Author: C Gillatt | https://github.com/chris-gillatt | Provided under the MIT license 
    4
    
    
    5
    # Prefix log output with the name of the script for easy identification.