From f6db47d7e1a944bacb74d4dba2d0022b095624ff Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 10 Sep 2012 21:47:59 +0200 Subject: [PATCH] shifty: add a small TODO list --- lib/shifty.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/shifty.lua b/lib/shifty.lua index 7cac8b5..347a346 100644 --- a/lib/shifty.lua +++ b/lib/shifty.lua @@ -5,6 +5,13 @@ -- http://awesome.naquadah.org/wiki/index.php?title=Shifty -- -- Modified version for my own use (Vincent Bernat) +-- +-- TODO: +-- - Add tag position before the name automatically +-- - Auto numbering of tags. +-- - Don't ask for names for new tag, just put a number. +-- - Maybe name a tag after first client. + -- environment local type = type