Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config changes per Issue #11 #12

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
26c55a4
Fix the JSON loading helper function name.
dgou Jul 8, 2023
1bf353c
Self-Documentation for future readers
dgou Jul 8, 2023
b053f4a
Document code sections and move code around.
dgou Jul 8, 2023
9e2aa6a
Convert to JSON for configuration, add command line switch.
dgou Jul 8, 2023
1c41f85
Load our own (OSM) config file or use internal default contents
dgou Jul 8, 2023
05a8cb1
Fix bug with quoting strings.
dgou Jul 8, 2023
7bc1051
Load the OSM config file.
dgou Jul 8, 2023
07a8b75
Be persnickety about the structure of the config files.
dgou Jul 9, 2023
f613776
Look for the Obsidian config file and load it.
dgou Jul 9, 2023
4d6a38e
Load the Obsidian Vault paths.
dgou Jul 9, 2023
f8665d0
Add option to print the default configuration.
dgou Jul 9, 2023
d9bea3d
Allow the obsidian config file override to use the `~` short hand.
dgou Jul 9, 2023
9e4a633
Misc fixes: Actually use value of --config parameter, trace where obs…
dgou Jul 9, 2023
9414ebd
New helper for checking types in the config files.
dgou Jul 9, 2023
4175597
Parse the files_to_copy list into a sequence of actions.
dgou Jul 9, 2023
c9dc3ee
Wordsmithing on the bad actions message.
dgou Jul 9, 2023
2f4f4ed
Implement the file action matching functions.
dgou Jul 9, 2023
4104bfc
Keep files to be copied sorted.
dgou Jul 9, 2023
93dc996
Option to show what files would be selected for a particular vault.
dgou Jul 9, 2023
b8aeded
Fix baackup action function name.
dgou Jul 11, 2023
4f1f26f
Add configuration info for backups.
dgou Jul 11, 2023
860420d
Remove old per-file backup functionality.
dgou Jul 13, 2023
270b3c5
Allow iso date format to be more generally used.
dgou Jul 22, 2023
2c57ed1
Add new backup commands and implement backup_vault code.
dgou Jul 22, 2023
0a38996
Implment verbose and dry-run for backing up vaults
dgou Jul 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading