Skip to content

Instantly share code, notes, and snippets.

View LoopsGod's full-sized avatar
💻
Coding

Noah LoopsGod

💻
Coding
  • Amsterdam, Netherlands
View GitHub Profile
@LoopsGod
LoopsGod / appsignal.html
Created August 28, 2021 17:12
AppSignal Plans Fix
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<link
rel="stylesheet"
href="https://www.appsignal.com/_next/static/css/7cad36d3a07f15ea85fb.css"
/>
</head>
<body>
@LoopsGod
LoopsGod / openfinder.sh
Last active July 25, 2023 15:09
Open Finder in current location (MacOS)
#
# This gist shows how to open your finder in your current terminal
# directory.
#
open -a finder $(pwd)