Skip to content

Instantly share code, notes, and snippets.

@cyupa
Created July 23, 2020 15:05
Show Gist options
  • Save cyupa/a55164adfec40d7ea1344973f64db9e6 to your computer and use it in GitHub Desktop.
Save cyupa/a55164adfec40d7ea1344973f64db9e6 to your computer and use it in GitHub Desktop.
sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment