Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created July 1, 2020 17:16
Show Gist options
  • Save ianjennings/654d3fbda09d88839ab54a07921051ce to your computer and use it in GitHub Desktop.
Save ianjennings/654d3fbda09d88839ab54a07921051ce to your computer and use it in GitHub Desktop.

00:03

Paircast helps developers automatically document their code by aligning a screen cast with their code changes.

00:10

Everything I say as well as my code changes are transcribed (into markdown) right next to my video. Just watch as I ended this Swift file.

Code.exe > demo.swift - demo - Visual Studio Code

00:16

diff --git demo.swift demo.swift
--- demo.swift
+++ demo.swift
@@ -1,2 +1,4 @@
 // Hello, World! Program
 import Swift
+
+print("Hello, World!")

00:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment