wonderbit / sketch-select-similar-layers

A Sketch plugin that selects layers with the same fill or border color.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sketch-select-similar-layers

Sketch Select Similar Layers

Inspired by Adobe Illustrator's "Select Similar Objects" feature, Select Similar Layers is a Sketch plugin that selects other layers with the same attributes as the one you've currently selected. It works with fill color (including gradients, images and patterns), border color, border thickness, font, opacity, blending mode, etc.

Shortcuts:

To select similar layers in the current group:

  • ⌃⌘1 (ctrl+command+1) to select layers with the same fill color.
  • ⌃⌘2 (ctrl+command+2) to select layers with the same border color.
  • ⌃⌘3 (ctrl+command+3) to select layers with the same border thickness.
  • ⌃⌘4 (ctrl+command+4) to select text layers with the same font and size.
  • ⌃⌘5 (ctrl+command+5) to select layers and groups with the same opacity.
  • ⌃⌘6 (ctrl+command+6) to select layers and groups with the same blending mode.
  • ⌃⌘7 (ctrl+command+7) to select layers and groups with the same name.
  • ⌃⌘8 (ctrl+command+8) to select layers and groups with the same name and layer type.
  • ⌃⌘9 (ctrl+command+9) to select layers and groups with the same layer type.
  • ⌃⌘0 (ctrl+command+0) to select instances of the same symbol.

To select similar layers in the current artboard:

  • ⌃⌥1 (ctrl+alt+1) to select layers with the same fill color.
  • ⌃⌥2 (ctrl+alt+2) to select layers with the same border color.
  • ⌃⌥3 (ctrl+alt+3) to select layers with the same border thickness.
  • ⌃⌥4 (ctrl+alt+4) to select text layers with the same font and size.
  • ⌃⌥5 (ctrl+alt+5) to select layers and groups with the same opacity.
  • ⌃⌥6 (ctrl+alt+6) to select layers and groups with the same blending mode.
  • ⌃⌥7 (ctrl+alt+7) to select layers and groups with the same name.
  • ⌃⌥8 (ctrl+alt+8) to select layers and groups with the same name and layer type.
  • ⌃⌥9 (ctrl+alt+9) to select layers and groups with the same layer type.
  • ⌃⌥0 (ctrl+alt+0) to select instances of the same symbol.

To select similar layers in the current page (i.e. all the artboards) use:

  • ⌃⌥⌘1 (ctrl+alt+command+1) to select layers with the same fill color.
  • ⌃⌥⌘2 (ctrl+alt+command+2) to select layers with the same border color.
  • ⌃⌥⌘3 (ctrl+alt+command+3) to select layers with the same border thickness.
  • ⌃⌥⌘4 (ctrl+alt+command+4) to select text layers with the same font and size.
  • ⌃⌥⌘5 (ctrl+alt+command+5) to select layers and groups with the same opacity.
  • ⌃⌥⌘6 (ctrl+alt+command+6) to select layers and groups with the same blending mode.
  • ⌃⌥⌘7 (ctrl+alt+command+7) to select layers and groups with the same name.
  • ⌃⌥⌘8 (ctrl+alt+command+8) to select layers and groups with the same name and layer type.
  • ⌃⌥⌘9 (ctrl+alt+command+9) to select layers and groups with the same layer type.
  • ⌃⌥⌘0 (ctrl+alt+command+0) to select instances of the same symbol.

Installation

  1. Download and unzip Select Similar Layers
  2. Open Sketch.app and select PluginsManage Plugins...
  3. Click the gear icon and select Show Plugins Folder
  4. Copy the .sketchplugin file to that folder.

Say thanks

If you enjoy this plugin, please consider buying me a coffee. You can also follow me on Twitter or drop me a line.

About

A Sketch plugin that selects layers with the same fill or border color.

License:MIT License