Skip to content

Maybe add set of functions to "build up" the output of say? #91

@sckott

Description

@sckott

e.g., instead of

say("Hello world!")

something like this might make sense?

utter("Hello world!", "blue") %>%
  who("cat", "red")

or possibly even build up the "tail" of the bubble (the thought symbols that lead from animal to bubble) like

utter("Hello world!", "blue") %>%
  tail("&") %>% # yes I know tail is taken, but this is pseudocode
  who("cat", "red")

in my mind this wouldn't replace say but be an additional flow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions