mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
-Fixed issue where `gdpm` would to work because of missing directory -Changed `constexpr const char *` constants to use `const std::string` string instead to use with `HOME` variable -Changed where packages are stored. Now, they should stored in the user's `$HOME/.config/gdpm/packages.db` by default. This may change to use `$HOME/.cache/gdpm/packages.db` by default in the future. |
||
|---|---|---|
| .. | ||
| cache.hpp | ||
| colors.hpp | ||
| config.hpp | ||
| constants.hpp | ||
| http.hpp | ||
| log.hpp | ||
| package_manager.hpp | ||
| plugin.hpp | ||
| progress_bar.hpp | ||
| rest_api.hpp | ||
| utils.hpp | ||
| version.hpp | ||