Skip to content

Instantly share code, notes, and snippets.

@marijnbent
marijnbent / gist:5452c4597d93d3b47577efdb15b4d775
Created November 1, 2023 14:51
Replace applications on macOS with brew installed apps
import os
import argparse
import shutil
import subprocess
def list_installed_apps():
app_folder_path = '/Applications'
app_list = [app.replace('.app', '') for app in os.listdir(app_folder_path) if app.endswith('.app')]
return app_list
@berndverst
berndverst / Readme.md
Last active November 12, 2025 18:39
Script to quickly merge captions into mp4 H.264 (or HEVC/H.265) video as selectable or burned in subtitles from command-line

Add captions to MP4 videos as subtitles

Requirements

FFMpeg must be installed.

Instructions: