mirror of
https://github.com/hisbaan/whoops.git
synced 2026-06-09 20:16:04 -04:00
A CLI utility to undo common commands
- Rust 100%
| docs | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
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!