whoops 0.0.1

A CLI utility to undo common commands
whoops-0.0.1 is not a library.

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!