nono

`nono` is a CLI utility designed to undo common commands like `mv` and `cp`. For example, ```bash $ mv foo bar $ nono !! ``` here, `nono` will undo the `mv` command!