Move archive handling to archive.rs

This commit is contained in:
Jeremy Soller 2025-08-04 15:13:55 -06:00
parent 007a4cf95c
commit e3c793a44d
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
4 changed files with 276 additions and 264 deletions

View file

@ -6,6 +6,7 @@ use std::{env, fs, path::PathBuf, process};
use app::{App, Flags};
pub mod app;
mod archive;
pub mod clipboard;
use config::Config;
pub mod config;