Metadata-Version: 2.4
Name: delayed_rm
Version: 3.0.1
Summary: Ever wish you had a few minutes to undo an rm? Now you do!
License: GPLv3
Project-URL: Homepage, https://github.com/zwimer/delayed_rm
Keywords: rm
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# delayed\_rm
Ever wish you had a few minutes to undo an rm? Now you do!

# Usage

A small replacement for `rm`.
Passing `--delay` allows users to specify the delay.
Passing `--log` will print log information

# Examples

With `alias rm = delayed_rm`:

1. `rm foo bar`
1. `rm -rf dir1 dir2`
1. `rm --delay 3600 baz`
1. `rm --log`
