iota icon indicating copy to clipboard operation
iota copied to clipboard

Make commands chainable

Open mattscamp opened this issue 8 years ago • 2 comments

In ref to these comments. Needs to be done before "go to line" command in https://github.com/gchp/iota/issues/122

mattscamp avatar Jul 21 '16 06:07 mattscamp

Yeah, this would be nice.

The current command system needs an overhaul. I don't think the current implementation will support much more that it already does. Needs to be re-thought!

Do you have any suggestions on how we could make it work?

gchp avatar Jul 21 '16 09:07 gchp

I started on an implementation at the chained_cmds branch, although it has a lot of bugs right now. Basically parsing the command as a slice and returns a vec of Commands to exec.

mattscamp avatar Jul 21 '16 09:07 mattscamp