--- a/src/settings.h Wed Feb 25 22:32:55 2026 +0100 +++ b/src/settings.h Wed Feb 25 22:33:46 2026 +0100 @@ -37,6 +37,7 @@ struct settings { std::string hg{"/usr/bin/hg"}; std::string git{"/usr/bin/git"}; + std::string csv_path{}; std::vector<std::string> paths; std::vector<std::string> authors; std::unordered_map<std::string, std::string> authormap; @@ -46,6 +47,7 @@ bool separate = false; bool fragment = false; bool styles_and_script = false; + bool csv = false; unsigned char fragment_indent = 0; unsigned short year = settings_current_year;