Skip to content

Instantly share code, notes, and snippets.

@FezVrasta
Created September 18, 2026 12:27
Show Gist options
  • Select an option

  • Save FezVrasta/d0adf6730fc5df2144325e4e4adb6147 to your computer and use it in GitHub Desktop.

Select an option

Save FezVrasta/d0adf6730fc5df2144325e4e4adb6147 to your computer and use it in GitHub Desktop.
defaults read /Applications/Basaltty.app/Contents/Info.plist CFBundleShortVersionString; pgrep -x Basaltty | xargs -I{} sh -c 'echo "pid {}"; ps -o pid,stat,command -g $(ps -o pgid= -p {} | tr -d " ") | head -20'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment