Skip to content

Instantly share code, notes, and snippets.

View matthewyang204's full-sized avatar
๐Ÿ˜“
Working on 2 projects at once...

Matthew Yang matthewyang204

๐Ÿ˜“
Working on 2 projects at once...
  • 18:24 (UTC -07:00)
View GitHub Profile
@matthewyang204
matthewyang204 / Delete All Files by Type.md
Created March 18, 2025 20:57
Delete All Files By Type

Delete All Files by Type

Ever converted all your m4a files to mp3 on your Mac, only to find it hard to delete all of the m4a after you're done? Or maybe converted all your keynotes into powerpoints, and find it hard to delete all the .key files leftover? This is a solution! All you need is to make sure Homebrew is installed, and make sure that the tool shc, which we're going to use to compile the executables, is also installed.

Installation:

  1. Create a new file on your desktop called
dfbt.sh

in TextEdit with the contents below: