Popularity
0.6
Stable
Activity
3.9
-
0
1
0

Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Program    
Latest version: v1.0.0.6
Add another 'Program' Package

README

macrm

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 self build

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

Install via Homebrew

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

Install via Hackage

$ stack install macrm
...
$

How to use

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