kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.38k stars 131 forks source link

add --apply-template option to ensure desired dock items #35

Closed schnoddelbotz closed 7 years ago

schnoddelbotz commented 9 years ago

Intended to use e.g. on lab PCs as a login-LaunchAgent. (un)desired dock items can be specified in a JSON 'template' file. Optionally only affects users explicitly named in template. Currently invokes dockutil itself (only) when changes are necessary; this might not be ideal, but delivers expected functionality for now/me.

A colleague asked me about this functionality -- surely it could be implemented in a cleaner way -- thought it might be at least worth to share Dawid's idea...

Thank you for dockutil!