Skip to content

Instantly share code, notes, and snippets.

@jp-simons
jp-simons / feat
Last active May 22, 2026 01:28
feat
#!/bin/bash
set -euo pipefail
usage() {
cat <<'EOF'
Usage: feat <start|test|land>
start Sync current feature worktree to origin/main.
Refuses if the branch has commits not in origin/main.
test Rsync this worktree's contents into the main repo so
<tt xmlns="http://www.w3.org/ns/ttml" xmlns:itunes="http://music.apple.com/lyric-ttml-internal" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" itunes:timing="Word" xml:lang="en">
<head>
<metadata>
<ttm:agent type="person" xml:id="v1">
<ttm:name type="full">Vocal 1</ttm:name>
</ttm:agent>
<ttm:agent type="person" xml:id="v2">
<ttm:name type="full">Vocal 2</ttm:name>
</ttm:agent>
<iTunesMetadata xmlns="http://music.apple.com/lyric-ttml-internal" leadingSilence="0.000"/>
@jp-simons
jp-simons / Palette.sublime-color-scheme
Created September 24, 2020 22:41
"Palette" color scheme from Nova.app
{
"name": "Palette from Nova.app",
"globals": {
"background": "#172737",
"foreground": "#FFFFFF",
"caret": "white",
"guide": "#184471",
"selection": "#33485F",
"gutter_foreground": "#405468",
"line_highlight": "#1A2C3F"