Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zehfernandes committed Nov 20, 2017
1 parent 270e053 commit 43d15bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
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.
5 changes: 2 additions & 3 deletions lib/hideapps.scpt
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

0 comments on commit 43d15bf

Please sign in to comment.