quick-diff-me 1.2.5

Quick Diff (unified diff) on Microsoft Excel viewer as Iced GUI app
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use iced::Theme;

pub const APP_THEME: Theme = Theme::Dark;

pub const BASE_SIZE: f32 = 16.0;

pub const APP_TITLE: &str = "Quick Diff ME";
pub const GUIDANCE: &str = "(Choose or drop files)";
pub const DIFF_TO_CLIPBOARD_DEFAULT: &str = "Copy to Clipboard";
pub const DIFF_TO_CLIPBOARD_CLICKED: &str = "* Copied * to Clipboard";
pub const FOOTER_NOTE: &str =
    "Thanks for using this app !! Repo: https://github.com/forskscope/quick-diff-me";