Crates.io | whoops |
lib.rs | whoops |
version | 0.0.1 |
source | src |
created_at | 2022-05-14 06:45:10.349192 |
updated_at | 2022-05-14 06:45:10.349192 |
description | A CLI utility to undo common commands |
homepage | https://github.com/hisbaan/whoops |
repository | https://github.com/hisbaan/whoops |
max_upload_size | |
id | 586543 |
size | 37,996 |
whoops
is a CLI utility designed to undo common commands like mv
and cp
. For example,
$ mv foo bar
$ whoops !!
here, whoops
will undo the mv
command!