Skip to content

Commit

Permalink
Document 'TODO'
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jun 1, 2022
1 parent e283232 commit 056a5b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 056a5b5

Please sign in to comment.