Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created June 10, 2020 18:37
Show Gist options
  • Save ianjennings/ee4d99ca26a2f3a435c970b2dcc58433 to your computer and use it in GitHub Desktop.
Save ianjennings/ee4d99ca26a2f3a435c970b2dcc58433 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

You can use a Paircast to make:

  • Readmes
  • Tutorials
  • Pull Requests

00:22

Developers can copy-and-paste code out of your screencast, and they can even see the screencast within git history.

Paircast works with any programming language, and it's available for free for Mac and Windows. You can get started at Paircast.io.

00:36

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