kcrawford / dockutil

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

[FR] Add ability to add / remove / move spacers #31

Closed leevigraham closed 8 years ago

leevigraham commented 10 years ago

It would be great to add / remove / move spacer tiles.

http://css-tricks.com/snippets/html/add-spaces-to-dock-in-os-x/

kcrawford commented 8 years ago

Adding is implemented in master and will be part of the the next release.

dockutil --add '' --type spacer --section apps --after Safari

I'm not sure how to implement move and remove since spacers don't have a label.

I could implement remove all spacers.

kcrawford commented 8 years ago

Implemented removal of all spacer tiles in master

dockutil --remove spacer-tiles

If you need moving of spacer tiles, please open a new issue. Thanks.