nono 0.0.1

A CLI utility to undo common commands
<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!