#undo #command-line-tool #utility #cli

app whoops

A CLI utility to undo common commands

1 unstable release

0.0.1 May 14, 2022

#41 in #undo

GPL-3.0 license

14KB

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!

No runtime deps