From 4df7313be6994f453e4ae850cd8034fc99e448df Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 10 Sep 2013 10:07:04 +0000 Subject: [PATCH] Add a todolist item (--change). --- todolist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todolist b/todolist index 64c46be..5c8ba57 100644 --- a/todolist +++ b/todolist @@ -1,3 +1,6 @@ +Add a --change option to change a feed's URL. Problem: getopt can't handle +parsing this -- so it would mean changing to argparse. + Rework the template mechanism so that it keeps strings as Unicode objects until output time. This'd reduce a lot of the current encoding complexity. -- 2.35.1