Skip to content

Instantly share code, notes, and snippets.

View mthli's full-sized avatar
✈️
Landing

Matthew Lee mthli

✈️
Landing
View GitHub Profile
@mthli
mthli / podcast.ts
Last active June 27, 2019 13:01
PRIATE FM podcast JSON structure defined by Typescript.
{
feed_url: string,
title: string,
description: string | null,
author: string,
cover_url: string,
website_url: string | null,
owner: { // owner maybe null
name: string,
email: string,
@mthli
mthli / readme.md
Created February 7, 2024 09:45 — forked from firexcy/readme.md
DIY a Rewind.ai

This Gist provides a solution to periodically capture screenshots of your Mac, and create therefrom a searchable PDF archive so that you can always get an answer to the “what, when, and where” questions about your usages.

To use these scripts:

  1. Download the shell script rewind, then:
    1. put it under ~/bin (or other fixed path you prefer);
    2. execute