trash.js
v1.0.0
Published
A node.js program for macOS that handles the trash can from the command line
Readme
trash.js
Description
A node.js program for macOS that handles the trash can from the command line
Usage
To install trash.js from npm, run:
$ npm install -g trash.jsnode ./bin/trashjs --helpConfiguration
Currently, the only configuration option is the directory of the trashcan, which can be set using this pattern in ~/.trashrc:
{
"trashdir": "~/YOUR_DIR/"
}It is important to remember the slash at the end of YOUR_DIR in order for the directory to be recognized properly.
License
Copyright (c) 2017 Will Vauclain
Acknowledgments
Built using generator-commader.
