refactor file operations

This commit is contained in:
2024-03-04 14:58:30 -05:00
parent e0c81885c8
commit bce8f1e4b8
4 changed files with 136 additions and 130 deletions

View File

@@ -21,7 +21,7 @@ impl Default for Config {
Config {
editor: "nano".into(),
sections: vec!["Daily".into(), "Weekly".into(), "Monthly".into()],
notes_dir: "./Notes".into(),
notes_dir: "~/Notes".into(),
}
}
}