//src/utils/clipboard.rs
//! This module provides functionality to interact with the system clipboard.
//! It allows copying sanitized content to the clipboard, which can be useful
//! for quick access or further processing without needing to write to a file.
use ;
use arboard;
use debug;