Skip to content
View Kieranties's full-sized avatar
🤘
🤘

Organizations

@bytebeam
Block or Report

Block or report Kieranties

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. SimpleVersion SimpleVersion Public

    A simple approach to Semver

    C# 7 4

  2. SIfSug SIfSug Public

    Scripts used to support SIF SUG CPH March 2018

    PowerShell 10 3

  3. Write information messages in PowerS... Write information messages in PowerShell that support colors (like Write-Host) but always honors the context `$InformationPreference variable - https://blog.kieranties.com/2018/03/26/write-information-with-colours
    1
    <#
    2
      .SYNOPSIS
    3
        A simple example of Write-Host
    4
    #>
    5
    
                  
  4. Git Next - Simple alias for presenti... Git Next - Simple alias for presenting when using a git repo - https://blog.kieranties.com/2019/04/06/git-next
    1
    [alias]
    2
    	start = "!f() { \
    3
    				baseTag='1'; \
    4
    				startTag=$1; \
    5
    				selectedTag=${startTag:-${baseTag:-startTag}}; \
  5. Hacky script to set gifs as the back... Hacky script to set gifs as the background to the new Windows Terminal => iwr http://bit.ly/gifterm | iex
    1
    <# 
    2
        iwr http://bit.ly/gifterm | iex
    3
        $env:gifq='cats and dogs'; iwr http://bit.ly/gifterm | iex
    4
    #>
    5
    using namespace System.IO