Skip to content

Instantly share code, notes, and snippets.

View Goos's full-sized avatar

Robin Goos Goos

  • Envoy
  • On the road
View GitHub Profile
@Goos
Goos / search_github.sh
Created May 17, 2024 20:18
Shell script for searching through github
#!/bin/bash
# Usage:
# ./search_github.sh "some query" "my-org" "my-token" | vi -
# Define the search query
search_query="$1"
org="$2"
token="$3"