Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.python.announce > #4361

[Python-announce] Subject: [ANN] tklr — local, keyboard-first tickler file (0.0.51)

From Daniel Graham <dnlgrhm@gmail.com>
Newsgroups comp.lang.python.announce
Subject [Python-announce] Subject: [ANN] tklr — local, keyboard-first tickler file (0.0.51)
Date 2026-02-14 15:33 -0500
Message-ID <DAF2DE03-C53C-4FA0-BECD-548B2995BA48@gmail.com> (permalink)

Show all headers | View raw


Hello,

I'm pleased to announce tklr, a local reminder system inspired by the
classic tickler file. You enter reminders in plain text; tklr parses
dates, recurrence, and metadata as you type, then ranks tasks by urgency
and goals by priority.

Highlights:
- Form-free entry with live prompts (no forms to fill)
- CLI and Textual UI with mouse-free navigation
- Multiple reminder types: events, tasks, projects, goals, notes, jots,
  drafts
- Flexible scheduling with fuzzy dates, recurrence, and time zones
- Organized views (Agenda, Next/Last, Queries, bins, hashtags)

Install:
pip install -U tklr-dgraham
pipx install tklr-dgraham

Example entry:
* lunch with Ed @s 12p fri @e 1h30m @a 15m: n

Links:
PyPI: https://pypi.org/project/tklr-dgraham/
GitHub: https://github.com/dagraham/tklr-dgraham
Docs: https://dagraham.github.io/tklr-dgraham/
Demo: https://raw.githubusercontent.com/dagraham/tklr-dgraham/master/screenshots/demo.gif

License: GPL-3.0-or-later
Version: 0.0.51
Contact: Daniel Graham <dnlgrhm@gmail.com>
Follow-ups: GitHub Discussions or email

<P><A HREF="https://dagraham.github.io/tklr-dgraham/">tklr 0.0.51</A> -
local, keyboard-first tickler file reminder system with CLI and Textual
UI. (14-Feb-26)

Daniel Graham

Back to comp.lang.python.announce | Previous | Next | Find similar


Thread

[Python-announce] Subject: [ANN] tklr — local, keyboard-first tickler file (0.0.51)  Daniel Graham <dnlgrhm@gmail.com> - 2026-02-14 15:33 -0500

csiph-web