redacter 0.16.2

Copy & Redact cli tool to securely copy and redact files removing Personal Identifiable Information (PII) across various filesystems.
1
2
3
4
5
mod copy_command;
pub use copy_command::*;

mod ls_command;
pub use ls_command::*;