https://github.com/ccnokes/node-bounce-downloads
A native node.js module to bounce the downloads folder on Mac OSX
https://github.com/ccnokes/node-bounce-downloads
Last synced: 3 months ago
JSON representation
A native node.js module to bounce the downloads folder on Mac OSX
- Host: GitHub
- URL: https://github.com/ccnokes/node-bounce-downloads
- Owner: ccnokes
- Created: 2016-06-22T04:46:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T04:55:36.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T17:55:24.675Z (over 1 year ago)
- Language: Objective-C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bounce-downloads
Sometimes you just want to see that `Downloads` folder bounce. Mac OSX only. This module executes the same behavior that you commonly see after downloading a file in Chrome--the `Downloads` folder in the dock bounces a few times.
```javascript
const bounceDownloads = require('bounce-downloads');
bounceDownloads();
```