This package has been deprecated

Author message:

Deprecated in favor of the `trash` module

osx-trash

2.0.0 • Public • Published

node-osx-trash Build Status

Move files to the trash using the osx-trash binary

Install

$ npm install --save osx-trash

Usage

const osxTrash = require('osx-trash');

osxTrash(['unicorn.png', 'rainbow.jpg']).then(() => {
	console.log('Successfully moved files to the trash');
});

Supports any OS X version. On OS X 10.7 or lower it will fall back to AppleScript which makes a sound when trashing.

CLI

$ npm install --global osx-trash
$ trash unicorn.png rainbow.png

Requires OS X 10.8 or higher.

Related

See trash for a cross-platform trash CLI app.

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i osx-trash

Weekly Downloads

875

Version

2.0.0

License

MIT

Last publish

Collaborators

  • sindresorhus