https://github.com/arbourd/trash
Safely move items to macOS trash asynchronously
https://github.com/arbourd/trash
macos osx rm safe trash
Last synced: 5 months ago
JSON representation
Safely move items to macOS trash asynchronously
- Host: GitHub
- URL: https://github.com/arbourd/trash
- Owner: arbourd
- License: mit
- Created: 2017-11-10T02:18:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T17:10:50.000Z (over 1 year ago)
- Last Synced: 2025-04-26T04:04:14.879Z (about 1 year ago)
- Topics: macos, osx, rm, safe, trash
- Language: Swift
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trash
Safely move items to macOS trash asynchronously
## Install
With [brew](https://brew.sh/)
```console
$ brew tap arbourd/tap
$ brew install trash
```
Downloading the latest binary from [releases](https://github.com/arbourd/trash/releases).
## Usage
```console
$ trash example.file example-folder *.glob
```
## License
MIT