A CLI utility to undo common commands
Find a file
2022-07-24 12:13:32 -04:00
docs Add initial boilerplate 2022-05-14 02:41:58 -04:00
src Add rudimentary support for one usage of the 'mv' command 2022-05-21 05:53:03 -04:00
.gitignore Add initial boilerplate 2022-05-14 02:41:58 -04:00
build.rs Add man page and shell completion generation 2022-05-21 05:53:43 -04:00
Cargo.lock Update Cargo.lock 2022-07-24 12:13:32 -04:00
Cargo.toml Add rudimentary support for one usage of the 'mv' command 2022-05-21 05:53:03 -04:00
LICENSE Initial commit 2022-05-14 02:05:32 -04:00

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!