3.0.0 • Published 1 year ago

mac-trash v3.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

Version Downloads Last commit Test Codecov Install size

Zero-dependency macOS CLI tool to move files to the Trash


Demo

Installation

This module needs Node >=14.

Install with npm:

$ npm install mac-trash --global --production

Usage

$ trash somefile.txt /some/other/file.txt

Options

Show debug information:

$ trash --verbose /some/file.txt

Show contextual help:

$ trash --help

Show version:

$ trash --version

Changelog

This project uses semver.

VersionDateNotes
3.0.02023-01-12Drop Node 12 support
2.0.02022-01-08Rework deletion method, update deps, update Node support (#1)
1.0.12020-11-15Fix CLI initialization
1.0.02020-11-15Initial version

License

This project is released under the MIT License.