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

[ bsd3, library, program ] [ Propose Tags ]

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


[Skip to Readme]

Modules

  • Macrm

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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:35:58Z
Distributions
Executables macrm
Downloads 174 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-11-02 [all 2 reports]

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.