Allow copy to clipboard

This commit is contained in:
Jeremy Soller 2024-03-20 08:42:28 -06:00
parent 12edca1df1
commit dca3f4c08d
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 93 additions and 2 deletions

View file

@ -10,6 +10,7 @@ use std::{path::PathBuf, process};
use app::{App, Flags};
mod app;
mod clipboard;
use config::{Config, CONFIG_VERSION};
mod config;
pub mod dialog;