1 2 3 4 5 6 7 8 9 10
<h1 align="center">nono</h1> `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!