Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created February 26, 2017 07:47
Show Gist options
  • Save anton-petrov/2852c6a24ec53e3f516a67081f9820c2 to your computer and use it in GitHub Desktop.
Save anton-petrov/2852c6a24ec53e3f516a67081f9820c2 to your computer and use it in GitHub Desktop.
Remove application from dock in macOS
sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db "DELETE FROM apps WHERE title LIKE '%appname%';" && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment