Metadata-Version: 2.1
Name: delayed_rm
Version: 2.2.2
Summary: Ever wish you had a few minutes to undo an rm? Now you do!
Home-page: https://github.com/zwimer/delayed_rm
License: GPL
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

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

# Usage

Just like `rm`. Supports `-r` and `-f` flags when used together. Passing `--delay` allows users to specify the delay. Passing `--log` will print log information

# Examples

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