meemoo / dataflow

Archive. Current work happening at https://github.com/the-grid/the-graph
GNU General Public License v2.0
169 stars 35 forks source link

FBP command line #51

Open bergie opened 11 years ago

bergie commented 11 years ago

It might be useful for accessibility purposes (and maybe for the people living on keyboard) to be able to make quick changes to the graph via a command line.

This line could accept graph edits in the FBP syntax, allowing you to connect two nodes in the graph either by dragging the connection, or typing on the command line:

SomeNode OUT -> IN OtherNode

https://github.com/noflo/fbp can provide the necessary parser for this.

forresto commented 11 years ago

That could even go in the magic search box...