Skip to content
View kwo's full-sized avatar
πŸ’­
🎩πŸ”₯
πŸ’­
🎩πŸ”₯
Block or Report

Block or report kwo

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
kwo/README.md

Hi there I'm Karl πŸ‘‹

Skills

  • Golang developer

Pinned Loading

  1. dayone2md dayone2md Public

    A CLI to export Dayone to Markdown

    Go 2

  2. homebrew-tools homebrew-tools Public

    Ruby

  3. gfa gfa Public

    gfa fetches and pulls all git repositories that are subdirectories of the current directory

    TypeScript

  4. uts uts Public

    unix timestamp tool

    Go 1

  5. git-fetch-all-repos.js git-fetch-all-repos.js
    1
    #! /usr/bin/env node
    2
    const { exec } = require('child_process');
    3
    const fs = require('fs');
    4
    
    
    5
    const doOutput = (z) => {
  6. go run wrapper to run a go program w... go run wrapper to run a go program which is either in the current directory or in the cmd/<modulename> subdirectory
    1
    #!/bin/bash
    2
    
    
    3
    # check if main.go file exists
    4
    if [ -f "main.go" ]; then
    5
      echo "go run ."