@abdfnx/manx 中文文档教程

发布于 4年前 浏览 22 项目主页 更新于 3年前

Cli 应用程序可以将文件/文件夹移动到垃圾箱,而不会

在 Windows 8 或更高版本、Linux(任何平台)和 macOS(10.12+)上运行任何危险的作品。

rm 的问题是 dangerous 并永久删除文件,并且无法恢复,manx 只是将它们移至垃圾箱,这更安全和可逆。

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

如果你想使用rm,你可以添加alias rm=manx到你的.zshrc/.bashrc到减少打字和 安全地删除文件:$ rm manx.svg

Private thank

我要特别感谢 @sindresorhus 和他的酷包 trash

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文