@abdfnx/manx

1.0.1 • Public • Published

Cli app can move files/folders to the trash without any dangerous

Works on Windows 8 or higher, Linux (any platform), and macOS (10.12+).

The problem of rm which is dangerous and permanently delete files, and you can't restore it, manx just moves them to the trash, which is much safer and reversible .

Install

$ npm i -g @abdfnx/manx

Usage

$ manx --help

  Usage
	  $ manx <file/folder> […]

	Examples
	  # file
	  $ manx xcode.tsx layout.tsx edge.tsx
	  $ manx '*.tsx' '!xcode.tsx'
	  # folder
	  $ manx app

Pro Tip

if you want to use rm, you can add alias rm=manx to your .zshrc/.bashrc to reduce typing & safely trash files: $ rm manx.svg.

Private thank

I offer special thanks to @sindresorhus and his cool package trash.

Package Sidebar

Install

npm i @abdfnx/manx

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • abdfnx