https://github.com/mattmcmanus/select-group-layers-sketch-plugin
A sketch plugin that makes it easy to select all child layers from a selected group or all siblings layers from within a group
https://github.com/mattmcmanus/select-group-layers-sketch-plugin
sketch sketch-plugin
Last synced: about 2 months ago
JSON representation
A sketch plugin that makes it easy to select all child layers from a selected group or all siblings layers from within a group
- Host: GitHub
- URL: https://github.com/mattmcmanus/select-group-layers-sketch-plugin
- Owner: mattmcmanus
- License: apache-2.0
- Created: 2014-04-21T18:55:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T18:27:22.000Z (over 7 years ago)
- Last Synced: 2024-10-29T16:19:01.132Z (7 months ago)
- Topics: sketch, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 81
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sketch Plugin: Select Group Layers
Use **Cmd + Alt + a** to select a groups child layers or, if a layer is selected, add all of its siblings to the current selection

## Install
1. [Download the latest zip from the releases page](https://github.com/mattmcmanus/select-group-layers-sketch-plugin/releases) and extract it.
2. Open the unzipped directory and double click on `SelectGroupLayers.sketchplugin`## Changelog
* 1.0.1 - *2017-07-06*
* When selecting child or siblings, do not select groups
* 1.0.0 - *some time in the past*
* Main release