An open API service indexing awesome lists of open source software.

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

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();
```