/whoops

A CLI utility to undo common commands

Primary LanguageRustGNU General Public License v3.0GPL-3.0

whoops

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!