This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "name": "Palette from Nova.app", | |
| "globals": { | |
| "background": "#172737", | |
| "foreground": "#FFFFFF", | |
| "caret": "white", | |
| "guide": "#184471", | |
| "selection": "#33485F", | |
| "gutter_foreground": "#405468", | |
| "line_highlight": "#1A2C3F" |