Add progress output, remove token logging #22

Merged
cmo merged 2 commits from issue-21 into master 2026-02-03 15:58:33 +00:00

2 commits

Author SHA1 Message Date
Christian Monch
3e89e0496a add progress feedback
This commit adds progress feedback for every
incoming area. It also uses colors to highlight
important information and improve output
readability.

It also prints the pid of the record for which
writing to curated area or deleting from an
incoming area failed.
2026-02-03 16:53:43 +01:00
Christian Monch
96eb7184ab remove token echoing
This commit removes token echoing that
was left in the code.

It also uses `click.echo` instead of `print`.
2026-02-03 11:30:06 +01:00