Do not follow this link

~hannes/todotxt-notification

desktop notifications for todo.txt tasks
Welp, that's it?
Fix threshold for tasks without a priority
Simplify due tag parsing

clone

read-only
https://git.sr.ht/~hannes/todotxt-notification
read/write
git@git.sr.ht:~hannes/todotxt-notification

You can also use your local clone with git send-email.

#todotxt-notification

Sends desktop notifications for due tasks of a todo.txt file

#Installation

Build requirements:

  • C++ compiler
  • basu, libelogind or libsystemd
  • Meson
  • scdoc
  • Google Test (optional, only for running tests)

To build and install todotxt-notification, run:

meson setup build
meson compile -C build
sudo meson install -C build

#Usage

See todotxt-notification(1).

#Contributing

Send patches/bug reports to ~hannes/public-inbox@lists.sr.ht

#License

Licensed under the EUPL
Copyright 2024 Hannes Braun

Do not follow this link