-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
270e053
commit 43d15bf
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
## Usage | ||
# Pliim | ||
|
||
One click and be ready to go up on stage and shine! | ||
|
||
## Contribute | ||
|
||
First, install [Yarn] for your system (you can replace `yarn` with `npm` below if you don't wish to switch yet) | ||
- `yarn install` Install dependencies. | ||
- `yarn watch` Compile development version and watch for changes. Bundled files will appear in `dist/`. | ||
- `yarn run watch` Compile development version and watch for changes. Bundled files will appear in `dist/`. | ||
- `yarn start` Start the desktop app (while watcher is running in another terminal). Use Ctrl-R or Cmd-R to reload the app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Hide all windows | ||
tell application "System Events" | ||
set visible of every process whose visible is true and name is not "Sketch" to false | ||
set the collapsed of windows to true | ||
end tell | ||
set visible of every process whose visible is true and background only is false and name is not "Sketch" to false | ||
end tell |