# HG changeset patch # User Steve Losh # Date 1620581773 14400 # Node ID 3400347c28319d40e7fdbd0ad91cfe2752a75b26 # Parent 782d9fce020f9ced7a77e8c1a9f4cbb78a20ee9d More diff -r 782d9fce020f -r 3400347c2831 bin/pf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/pf Sun May 09 13:36:13 2021 -0400 @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +set -euo pipefail + +P="$1" +F=$(basename "$P") + +scp "$P" paste.stevelosh.com:"/var/www/paste/$F" +URL="https://paste.stevelosh.com/$F" + +echo -n "$URL" | pbcopy +echo "Copied $URL to the clipboard." diff -r 782d9fce020f -r 3400347c2831 lispwords --- a/lispwords Sun Apr 18 13:50:16 2021 -0400 +++ b/lispwords Sun May 09 13:36:13 2021 -0400 @@ -138,3 +138,5 @@ (1 dovec) (1 dolist) +; boots +(1 event-case) diff -r 782d9fce020f -r 3400347c2831 vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Sun Apr 18 13:50:16 2021 -0400 +++ b/vim/custom-dictionary.utf-8.add Sun May 09 13:36:13 2021 -0400 @@ -313,3 +313,4 @@ unapplied reimplementations UUIDs +metaclass