# candentia
CLI app for CT scan data management
## Install
`candentia` works on Linux, macOS, and Windows. On Windows, use [PowerShell 7+](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2) and [Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/install).
You can use the binary file in [the release page](https://github.com/hhandika/candentia/releases) or install using [the Rust Package Manager](https://www.rust-lang.org/tools/install):
```Bash
cargo install candentia
```
## Functions
### Organize files
```Bash
candentia organize --dir [input-dir] --output [output-dir]
```