Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/trash
OSX Trash command
https://github.com/dustin/trash
Last synced: 3 days ago
JSON representation
OSX Trash command
- Host: GitHub
- URL: https://github.com/dustin/trash
- Owner: dustin
- Created: 2014-02-28T07:07:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T20:07:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T13:07:40.234Z (about 1 month ago)
- Language: Objective-C
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
trash(1) BSD General Commands Manual trash(1)
NAME
trash — A safe commandline alternative to rm.SYNOPSIS
trash [file ...]DESCRIPTION
trash This is a simple commandline utility to throw things you don’t want
into your workspace trash.Note that in order to use this, you must have a session logged in as it
uses NSWorkspace to accomplish its move.Darwin February 28, 2014 Darwin