Skip to content
View tristanmorgan's full-sized avatar
⌨️
tappity tap.
⌨️
tappity tap.

Organizations

@hashicorp
Block or Report

Block or report tristanmorgan

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

Hi Everyone 👋

I make some tools that make my life easier and I hope others can benefit from them too.

Tristan's github stats

Pinned

  1. awskeyring awskeyring Public

    Manage AWS creds and tokens in your macOS keychain with autocomplete.

    Ruby 25 1

  2. bedrock-box bedrock-box Public

    A repackaging of LomotHo/minecraft-bedrock but with Box64 emulation to run on ARM.

    Dockerfile 3

  3. HashiCorp Vault Token Helper (save i... HashiCorp Vault Token Helper (save into macOS keychain)
    1
    #!/bin/sh
    2
    
                  
    3
    set -e
    4
    
                  
    5
    [ -z "$VAULT_ADDR" ] && VAULT_ADDR="https://127.0.0.1:8200"
  4. Terraform Cloud Token Helper (save i... Terraform Cloud Token Helper (save into macOS keychain)
    1
    disable_checkpoint = true
    2
    
                  
    3
    credentials_helper helper {
    4
      args = []
    5
    }
  5. packer-plugin-terraform packer-plugin-terraform Public

    A Packer plugin for provisioning with Terraform (local)

    Go

  6. bfg bfg Public

    Optimised BF interpreter in Go

    Go 1