macrm: Alternative rm command for macOS that remove files/dirs to the system trash

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/satosystems/macrm#readme


[Skip to Readme]

Properties

Versions 1.0.0.5, 1.0.0.5
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), cmdargs (>=0.10.20 && <0.11), cond (>=0.4.1 && <0.5), directory (>=1.3.6 && <1.4), exceptions (>=0.10.4 && <0.11), githash (>=0.1.4 && <0.2), inline-c (>=0.9.1 && <0.10), macrm, MissingH (>=1.4.3 && <1.5), process (>=1.6.9 && <1.7), text (>=1.2.4 && <1.3), time (>=1.9.3 && <1.10), unix (>=2.7.2 && <2.8) [details]
License BSD-3-Clause
Copyright (c) 2018-2020 Satoshi Ogata
Author Satoshi Ogata
Maintainer satosystems@gmail.com
Category Program
Home page https://github.com/satosystems/macrm#readme
Bug tracker https://github.com/satosystems/macrm/issues
Source repo head: git clone https://github.com/satosystems/macrm
Uploaded by satosystems at 2020-11-02T03:27:41Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for macrm-1.0.0.5

[back to package description]

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.