From 056a5b5952f2b59a8c760674e0fb5496790469b1 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 1 Jun 2022 17:08:38 +0300 Subject: [PATCH] Document 'TODO' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c3b3c9e..2bd8dc5 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,13 @@ Ideal for https-servers, but also TLS-protected SMTP hosts, etc. Run a command, but kill it after the given number of seconds. The command is executed with a PTY so you can run interactive things such as `top`, `mutt`, etc. +## todo + +A command to look for TODO items which contain dates in the past, the idea +being that you can record notes for yourself, along with deadlines, in your +code. Later you can see which deadlines have been exceeded. + + ## tree Trivial command to display the contents of a filesystem, as a nested tree. This is similar to the standard `tree` command, without the nesting and ASCII graphics.