Script meetings/bin/meeting-follow
./bin/meeting-follow
Read the transcript while it is generated.
#!/usr/bin/env bash
set -euo pipefail
SESSION="${1:-$(ls -d "$HOME/meetings/recordings/"* | tail -n1)}"
tail -f "$SESSION/transcript.txt"
./bin/meeting-follow
Read the transcript while it is generated.
#!/usr/bin/env bash
set -euo pipefail
SESSION="${1:-$(ls -d "$HOME/meetings/recordings/"* | tail -n1)}"
tail -f "$SESSION/transcript.txt"