Skip to content
Avatar

Sponsoring

@timdorr
Block or Report

Block or report pinksynth

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.

Add an optional note:
Report abuse

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

Report abuse

Pinned

  1. 1
    // Dead-simple usage of ANSI colors to give Node scripts a little more elegance.
    2
    // This gist only contains a few of the many useful escape codes:
    3
    // https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
    4
    
                  
    5
    const ANSI = {
  2. 1
    defmodule Mix.Tasks.GetFileType do
    2
      use Mix.Task
    3
    
                  
    4
      def run([filename]) do
    5
        File.read!(filename)

1,408 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview

Contribution activity

October 2022

66 contributions in private repositories Oct 1 – Oct 12

Seeing something unexpected? Take a look at the GitHub profile guide.