Crates.io | nono |
lib.rs | nono |
version | 0.0.1 |
source | src |
created_at | 2022-05-14 06:21:54.191075 |
updated_at | 2022-05-14 06:21:54.191075 |
description | A CLI utility to undo common commands |
homepage | https://github.com/hisbaan/nono |
repository | https://github.com/hisbaan/nono |
max_upload_size | |
id | 586535 |
size | 37,970 |
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!