Skip to content

Instantly share code, notes, and snippets.

@jarett-lee
jarett-lee / 2023-04-git-cli-folder-last-changed-date.md
Last active April 12, 2023 02:31
Use Git CLI to find folder last changed dates
title description date date-meta github-comments
Use Git CLI to find folder last changed date
Curious about which folders you've worked on recently and which folders have been gathering dust in a Git project? Use Git CLI to find the last date the folder has been changed.
April 2023
2023-04-10

I have a folder in git that contains all my projects. I wanted to find which projects I haven't worked on in a while to clean them up, so I made this command.

@jarett-lee
jarett-lee / spyxfamily-ed.js
Last active June 18, 2022 20:25
Spy x Family ending
// !speed@88|!speed@264|!startpos|!speed@6@x|!speed@528|🦢@2|_pause|!cut|🦢@1|!cut|🦢@2|_pause|!cut|🦢@1|!cut|!speed@176|🦢@2|!cut|🦢@-2|!cut|!speed@528|🦢@2|_pause|!cut|🦢@1|!cut|🦢@2|_pause|!cut|🦢@1|!cut|!speed@176|🦢@2|🦢@-2|🦢@-5|🦢@-3|🦢@-2=2|🦢|🦢@2|🦢@3|🦢@5|🦢@2|_pause|🦢@-2|🦢@7|🦢@5|🦢@2|🦢@-2|🦢@9|🦢@10|🦢|🦢@-2|_pause=3|🦢@5|🦢@7|!speed@352|🦢@2|!cut|🦢|_pause=2|!cut|!speed@176|!speed@88|🦢@7|🦢@5|🦢@2|!speed@264|🦢@-2|!cut|🦢|!cut|🦢@2|!cut|🦢@-2|!cut|🦢@-5|_pause|!speed@176|_pause=2|🦢@5|🦢@7|🦢@10|🦢@9|_pause|🦢@7|!speed@352|🦢@5|!cut|🦢@7|!speed@176|🦢@5|_pause=2|🦢@3|🦢@2|_pause=2|🦢|🦢@5|_pause|🦢|!speed@528|🦢@-2|_pause|!cut|🦢|!cut|🦢@2|_pause|!cut|🦢|!cut
// Kigeki (Comedy)
// Gen Hoshino
const baseBpm = 88
const bpm = baseBpm * 4 * 3
const gap = null
@jarett-lee
jarett-lee / credits-song-for-my-death.js
Created May 27, 2022 01:16
credits song for my death
// credits song for my death
// vivivivivi
const baseBpm = 140
const bpm = baseBpm * 4
// _ = _pause
// ===== [x] piano (upper) =====
@jarett-lee
jarett-lee / redirect.user.js
Last active September 7, 2020 22:33
Jarett's Redirects
// ==UserScript==
// @name Jarett's Redirects
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Redirect pages
// @author jarett-lee
// @match *://*/*
// @grant none
// @noframes
// @updateUrl https://gist.github.com/jarett-lee/dbee72de9e4d6854e3d0ec24f9f90578/raw/redirect.user.js