projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ffa690
)
Add a todolist item (--change).
author
Adam Sampson
<ats@offog.org>
Tue, 10 Sep 2013 10:07:04 +0000
(10:07 +0000)
committer
Adam Sampson
<ats@offog.org>
Tue, 10 Sep 2013 10:07:04 +0000
(10:07 +0000)
todolist
patch
|
blob
|
history
diff --git
a/todolist
b/todolist
index 64c46be98c4d3b97f5152118025406281accd443..5c8ba579013d0b2c3d87cac8091229da61794cf2 100644
(file)
--- 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.