# Daemon Console
A flexible console for daemon applications.
## Develop
For example, please read the source code: https://github.com/Mooling0602/Daemon_Console_Rust/blob/main/src/main.rs
## Usage
### For normal users
> Developers can share this part immediately to your users.
- Use keys like `↑↓` to switch command history, `←→` to move the cursor to edit the command input texts.
- Use `Ctrl+D` or `Ctrl+C`(twice to confirm) to exit the console.
### For developers
See https://docs.rs/daemon_console/latest/daemon_console/
## Installation
> [!NOTE]
> I'm preparing for auto-build to release, if success, then you can download the binary from GitHub release page.
Clone the source codes to your device.
```sh
git clone https://github.com/Mooling0602/Daemon_Console_Rust.git
```
Then directly run it.
```bash/fish/zsh/PowerSell
cd Daemon_Console_Rust
cargo run
```