GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

78 Commits

GitHub Actions Status Build Status

This program is a replacement of macOS's rm command. Unlike rm command, this macrm command moves deleted files to trash. That is not just a move, of cause it is possible to undo.

How to install

Install via Homebrew (Recommended)

$ brew install satosystems/tap/macrm
...
$

Install via self build

$ git clone https://github.com/satosystems/macrm.git
...
$ cd macrm
...
$ make install
...
$

Install via Hackage

$ stack install macrm
...
$

How to use

It is same as rm command. Please see macrm --help for details.

Read the original on github.com ↗