rename the whole thing to baudmine >:-)

This commit is contained in:
2026-03-25 22:48:50 +01:00
parent dfe61b65e1
commit c526f00957
36 changed files with 88 additions and 88 deletions

View File

@@ -3,10 +3,10 @@
#include <string>
#include <unordered_map>
namespace baudline {
namespace baudmine {
// Simple INI-style config: key = value, one per line. Lines starting with # are
// comments. No sections. Stored at ~/.config/baudline/settings.ini.
// comments. No sections. Stored at ~/.config/baudmine/settings.ini.
class Config {
public:
static std::string defaultPath();
@@ -29,4 +29,4 @@ private:
std::string resolvedPath(const std::string& path) const;
};
} // namespace baudline
} // namespace baudmine