Skip to content
View mtthlm's full-sized avatar
πŸ‰
πŸ‰
Block or Report

Block or report mtthlm

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
mtthlm/README.md
  • πŸ’» I’m currently working on: docker-dnsmasq, bash-bootstrap, xbar-caffeinate-plugin
  • πŸ“– I'm currently learning: Go (brushing back up), Kotlin/Java (daily driver, but always learning!)
  • πŸ‘₯ I'm looking to collaborate on: Small services, scripts, utilities/tools
  • πŸ› οΈ I'm looking for help with: Finding a light-weight web-based utility for editing one-off files in a container - something like: jpillora/webproc
  • πŸ™‹ Ask me about: Bash scripting, networking, software engineering
  • 😁 Pronouns: he, him
  • ⚑️ Fun fact: Spaces are better than tabs.

Pinned

  1. docker-dnsmasq docker-dnsmasq Public

    DNSMASQ

    Dockerfile

  2. jq-shvars.sh jq-shvars.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -o errexit -o nounset
    4
    
                  
    5
    IFS=$'\n' read -r -d '' < <(
  3. xbar-caffeinate-plugin xbar-caffeinate-plugin Public

    xbar Plugin for managing macOS `caffeinate(8)` utility

    Shell

  4. bash-bootstrap bash-bootstrap Public

    Shell

  5. gpg-gen gpg-gen Public

    Shell

  6. base16-builder-bash base16-builder-bash Public

    A Bash implementation of a Base16 Builder

    Shell 1