Skip to content

Instantly share code, notes, and snippets.

@terrabitz
terrabitz / search-github-topics.sh
Created September 29, 2021 14:45
A little utility to help search for projects with multiple GitHub topics
#!/usr/bin/env bash
function assert_commands_exists() {
MISSING_COMMANDS=0
for var in "$@"; do
if [ ! "$(command -v "$var")" ]; then
echo "command '$var' not found"
MISSING_COMMANDS=1
fi
done
@terrabitz
terrabitz / bubbletea_multiple_listeners.go
Created February 5, 2021 19:37
Multiple tea.Msg Listeners
package main
import (
"context"
"fmt"
"log"
"net/http"
"net/http/httputil"
"strings"
"time"

Keybase proof

I hereby claim:

  • I am terrabitz on github.
  • I am terrabitz (https://keybase.io/terrabitz) on keybase.
  • I have a public key ASDFN4Guhr8ehtA5baQnkjDvMCTH24yKyqyfQjnSreMQDQo

To claim this, I am signing this object: