notes-exporter
notes-exporter copied to clipboard
Hard coded path
Looking at the code, there is a hard coded path to your downloads folder
if __FILE__ == $0
NotesExporter::Export.new.run(
path: "~/Downloads/jd/com.apple.Notes/Data/Library/Notes/NotesV7.storedata",
output_path: "./fx_export/",
include_tags: true
)
end
Yeah fair, do you want to submit a PR? I'm not gonna update the project as my notes are already exported