CSV header.

This commit is contained in:
tastytea 2019-05-16 00:33:28 +02:00
parent b6dffa9c7b
commit f5e3e6af49
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -67,6 +67,7 @@ int main(const int argc, const char *argv[])
strtags += ",";
}
}
cout << "#URI;Archived URI;Date & time;Tags;Title;Description\n";
cout << entry.uri << ';' << entry.archive_uri << ';'
<< timepoint_to_string(entry.datetime) << ';'
<< strtags << ';' << entry.title << ';'