Skip to content

Instantly share code, notes, and snippets.

View EdieLemoine's full-sized avatar

Edie Lemoine EdieLemoine

View GitHub Profile
@EdieLemoine
EdieLemoine / patch-copilot.sh
Created May 23, 2023 10:13
Patches GitHub Copilot for IntelliJ plugin to work with any IDE version
#!/usr/bin/env bash
###
# This script will patch the IntelliJ Copilot plugin to work with any version of IntelliJ IDEs.
# - Download the latest plugin from https://plugins.jetbrains.com/plugin/17718-github-copilot/versions/stable
# - Run ./this-script.sh <path-to-plugin-jar>
# Example: ./this-script.sh github-copilot-intellij-1.0.0.jar
# - The patched plugin will be located at ./copilot-plugin/github-copilot-intellij-1.0.0.jar.
###
@EdieLemoine
EdieLemoine / console-cats.js
Last active May 4, 2023 07:50
Console Cats
// ==UserScript==
// @name Console Cats
// @iconURL https://cataas.com/cat?width=32&height=32
// @version 0.4
// @description Gives you cats in the console
// @author https://github.com/EdieLemoine
// @match *://*/*
// @grant none
// @downloadURL https://gist.githubusercontent.com/EdieLemoine/4a2e8bccb8bacf679df3afbdde6e8023/raw/console-cats.js
// @updateURL https://gist.githubusercontent.com/EdieLemoine/4a2e8bccb8bacf679df3afbdde6e8023/raw/console-cats.js