1.2.1 • Published 3 years ago

rm-trash v1.2.1

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

README

NPM version NPM downloads

rm-trash is a utility for safely remove (rm) files in Terminal.app of macOS.

rm-trash

INSTALL

$ npm i rm-trash -g

USAGE

$ rm-trash file
$ rm-trash dir
$ rm-trash link

Optional: set an alias to rm-trash for easier to use the commend.

.zshrc or .bash_profile

$ alias rm="rm-trash"

p.s. The origin rm commend is /bin/rm.

Configuration

add ~/.rm-trash-ignore to direct remove files.

Example:

/node_modules
1.2.1

3 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago