diff options
author | Wolfgang Müller | 2024-10-26 21:33:04 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-11-06 21:30:12 +0100 |
commit | f553ada1f4d0e1741aff828d83885caa80431f2d (patch) | |
tree | c4332c668cb774ce626b5f6d9c86668198e37578 /later.1 | |
parent | ef2ba0943d941b080946f85993e4383cd5e0b1a3 (diff) | |
download | later-f553ada1f4d0e1741aff828d83885caa80431f2d.tar.gz |
Allow manually deleting watch_later entries
This commit introduces the "del" command which allows the user to delete
watch_later entries manually. Make sure to silently ignore entries that
were not found - we'll print the entire list of entries subsequently
anyway.
Diffstat (limited to 'later.1')
-rw-r--r-- | later.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,10 @@ .Op options .Op Ic add .Ar item ... +.Nm +.Op options +.Ic del +.Ar item ... .Sh DESCRIPTION .Nm is a program to manage watch_later entries as created by @@ -34,6 +38,8 @@ The commands are as follows: Creates watch_later entries for the given items. This command is implied if it wasn't explicitly given but there are remaining arguments. +.It Sy del Em item ... +Deletes watch_later entries matching the given items. .It Sy list Lists all watch_later entries. This command is implied if there are no remaining arguments. |