nono 0.0.1

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

nono is a CLI utility designed to undo common commands like mv and cp. For example,

$ mv foo bar
$ nono !!

here, nono will undo the mv command!