Recent activity

Re: [PATCH] Added TODAY_TEMPLATE 3 months ago

From Tobias Schmidl to ~sotirisp/today

Hi Sotiris,

Am 07.07.2024 12:51, schrieb Sotiris Papatheodorou:
> Thank you for the patch Tobias! However, I'd rather not add a feature
> that can be achieved using existing functionality. The same thing could
> be accomplished using the $TODAY_CMD environment variable and a wrapper
> script. Here's an example:

thanks, that's a good point. Are there somewhere some more examples like 
this?

Kind regards,

Tobias

[PATCH] Added TODAY_TEMPLATE 3 months ago

From Tobias Schmidl to ~sotirisp/today

When working with structured log files, we have to add some metadata.
The format for this metadata is always the same - which is a hindrance
for a daily journal. TODAY_TEMPLATE solves this by providing a file
which is copied to the current journal file if the latter doesn't yet
exist.

Signed-off-by: Tobias Schmidl <tobias@schmidl.dev>
---
 doc/today.1.scd | 4 ++++
 today           | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/doc/today.1.scd b/doc/today.1.scd
index a2ce13e..73a03ec 100644
[message trimmed]