Skip to content

jcarm010/osx-dock-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSX Dock Remover

This is a tool to remove icons from the OSX Dock for all the users of the system. The script requires to be ran as root.

Basic Usage
python dock-icon-remove.py -r <partial_name_to_remove> -i <partial_name_to_ignore>

Basic Examples

Remove all Microsoft icons except Microsoft Office 2011 icons
python dock-icon-remove.py -r "/Applications/Microsoft" -i "/Applications/Microsoft Office 2011"
Remove Microsoft PowerPoint icons but leave Microsoft PowerPoint 2011 icon
python dock-icon-remove.py -r "Microsoft PowerPoint" -i "/Applications/Microsoft Office 2011"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages