Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Open Instagram App
// @version 1.0.0
// @author beebeo
// @match *://*.instagram.com/*
// @downloadURL https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/raw/open-instagram-app.user.js
// @updateURL https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/raw/open-instagram-app.user.js
// @homepage https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/
// ==/UserScript==
@beebeo
beebeo / mac-commands.md
Last active November 16, 2021 10:23
Useful Mac Commands

Useful Mac Commands

Common stuff

Find all files in current directory by extension

find . -type f -name "*.extension"