On 2005-04-09, Alte <[EMAIL PROTECTED]> wrote:
> On Fri, 2005-03-11 at 16:37 +0200, Tuomo Valkonen wrote:
>> Now, besides these, what features (that don't need a major rewrite) would
>> you want to see for Ion3?
>
> 'Menu from pipe' (or 'Dynamic' menu) would be a great feature to have in
> ion3. I mean being able to use something like
>
> defmenu(menu, {
> pipemenu("Projects Submenu", "~/.ion3/scripts/projects.sh")
> })
defmenu("foobar", function(_, _sub) pipemenu.read(_, _sub, "file") end)
--
Tuomo