No description
Find a file
2024-10-13 15:05:23 +02:00
dist Add GTK app variant and move to meson 2024-10-13 02:29:45 +02:00
include Add GTK app variant and move to meson 2024-10-13 02:29:45 +02:00
src use strcat instead of strncat 2024-10-13 15:03:31 +02:00
.clang-format Initial commit 2020-06-15 17:57:22 +02:00
.editorconfig Initial commit 2020-06-15 17:57:22 +02:00
.gitignore Add GTK app variant and move to meson 2024-10-13 02:29:45 +02:00
.gitlab-ci.yml Add GTK app variant and move to meson 2024-10-13 02:29:45 +02:00
LICENSE Initial commit 2020-06-15 17:57:22 +02:00
meson.build 1.3.1 2024-10-13 15:05:23 +02:00
README.md Add GTK app variant and move to meson 2024-10-13 02:29:45 +02:00

ttea

simple terminal/gtk application for saving information about tea

Usage: ttea [OPTION] [TEA NAME]

  -s, show details of tea
  -a, add tea
  -n, add tea note
  -l, list teas
  -d, delete tea

Details can also start timer.

Tea name: Example name 
2.80g per cup (about 1.20 tea spoons)
Temperature: 96C
Steep time: 120s
Max infusions: 3
Additional steep time: +30s
Country: China

Notes:
01 Jan 1970 - Original note.
16 Jun 2013 - Oh I don't like it this much anymore :(

Start brewing timer? [Y/n]

You will always build CLI interface, GTK only when development headers.

Arch Linux package available in AUR, source (https://git.roshless.me/pkgs/PKGBUILDs)[here].

GTK TODO:

  • adding notes
  • removing teas

general TODO:

  • v2 tea definition (with picture?)