1.0.0 • Published 7 years ago

trash.js v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.js
node ./bin/trashjs --help

Configuration

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

MIT License

Acknowledgments

Built using generator-commader.