cleansh 0.1.4

Sanitize your terminal output. One tool. One purpose.
Documentation
```Cleansh-v0.1.2
📁 /
├── 📁 .github
│   ├── 📁 workflows
│   │   ├── 📄 release.yml
│   │   └── 📄 rust.yml
│   └── 📄 dependabot.yml
├── 📁 config
│   └── 📄 default_rules.yaml
├── 📁 src
│   ├── 📁 commands
│   │   ├── 📄 cleansh.rs
│   │   └── 📄 mod.rs
│   ├── 📁 tools
│   │   ├── 📄 mod.rs
│   │   └── 📄 sanitize_shell.rs
│   ├── 📁 ui
│   │   ├── 📄 mod.rs
│   │   ├── 📄 output_format.rs
│   │   └── 📄 theme.rs
│   ├── 📄 config.rs
│   ├── 📄 logger.rs
│   └── 📄 main.rs
├── 📁 target
├── 📁 website
│   ├── 📁 src
│   │   ├── 📄 custom.css
│   │   └── 📄 input.css
│   ├── 📄 index.html
│   ├── 📄 package-lock.json
│   ├── 📄 package.json
│   ├── 📄 postcss.config.js
│   ├── 📄 styles.css
│   └── 📄 tailwind.config.js
├── 📁 wix
│   └── 📄 main.wxs
├── 📄 .env
├── 📄 .gitignore
├── 📄 Cargo.lock
├── 📄 Cargo.toml
├── 📄 CHANGELOG.md
├── 📄 cleansh_scope.md
├── 📄 Cleansh.toml
├── 📄 CODE_OF_CONDUCT.md
├── 📄 CONTRIBUTING
├── 📄 dist-workspace.toml
├── 📄 dist.toml
├── 📄 LICENSE
├── 📄 project.md
├── 📄 README.md
└── 📄 SECURITY.md
```