Skip to content

Instantly share code, notes, and snippets.

View third774's full-sized avatar

Kevin Kipp third774

View GitHub Profile
@third774
third774 / .block
Created June 30, 2019 19:27
fresh block
license: mit
[
{
"Title": "Hobo with a Shotgun",
"Year": "2011",
"Rated": "Not Rated",
"Released": "12 May 2011",
"Runtime": "86 min",
"Genre": "Action, Comedy, Horror, Thriller",
"Director": "Jason Eisener",
"Writer": "John Davies",
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="description" content="Stream"/>
<title>Stream</title>
<style>
html {
const exceptions = ["www.example.com"];
if (!exceptions.includes(new URL(window.location).hostname)) {
console.log("Adding slash keybinding");
document.addEventListener("keydown", function (event) {
const searchInput =
// https://caniuse.com/css-case-insensitive
document.querySelector('input[type="search" i]') ??
document.querySelector('form[role="search" i] text[type="text"]') ??
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Connect to airpods
# @raycast.mode compact
# Optional parameters:
# @raycast.icon 🤖
// Name: New Astro Blog Post
import "@johnlindquist/kit";
const title = await arg("What's the title of the post?");
const description = await arg("What's the description of the post?");
const slug = title.toLowerCase().split(" ").join("-");
const blogCollectionPath = await env("ASTRO_BLOG_COLLECTION_PATH");
// Name: Fix Spelling and Grammar
// Author: Kevin Kipp
// Email: kevin.kipp@gmail.com
// Twitter: https://twitter.com/kevin_kipp
// Github: https://github.com/third774
import '@johnlindquist/kit';
import OpenAI from 'openai';
const openai = new OpenAI({
// Name: Fix Spelling and Grammar
// Author: Kevin Kipp
// Email: kevin.kipp@gmail.com
// Twitter: https://twitter.com/kevin_kipp
// Github: https://github.com/third774
import '@johnlindquist/kit';
import OpenAI from 'openai';
const openai = new OpenAI({