TUI for linux to track how much caffeine can you take, should or will!
- Ammount of caffeine in system during each our of the day.
- Next hour recommended to ingest caffeine (if possible).
- Suggested caffeine-dosage to improve cardiovascular health.
- New caffeine intake.
- Establish a caffeine routine: "Every monday at 7am I take a shot of Expresso."
- Delete caffeine intake.
- Settings (delete all data, user preferences etc..)
- CMake 3.20+
- A C++20 compiler (GCC or Clang)
- Linux x86_64, or macOS (arm64/x86_64)
Pre-built FTXUI static libraries are bundled for Linux x86_64. On any other platform (or if you just want to rebuild them), run this once:
./scripts/build-ftxui.shcmake -B build -S .
cmake --build build -j$(nproc)./build/caffeineTuiPress q to quit. Type help in the CLI at the bottom for the list of commands.
cmake --install buildMIT — see LICENSE.
Built with FTXUI (MIT).
