An open API service indexing awesome lists of open source software.

https://github.com/zwimer/delayed_rm

Ever wish you had a few minutes to undo an rm? Now you do!
https://github.com/zwimer/delayed_rm

Last synced: 10 months ago
JSON representation

Ever wish you had a few minutes to undo an rm? Now you do!

Awesome Lists containing this project

README

          

# 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`