moodymudskipper / nakedpipe

Pipe Into a Sequence of Calls Without Repeating the Pipe Symbol.
69 stars 7 forks source link

addin to run incomplete nakedpipe call #19

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 4 years ago

If I want to run the following call, except for the last step, I will need to comment it while with magrittr I'd just select until there.

cars %.% {
  transform(time = dist/speed)
  head()
  dim()
}

It's easier to comment with nakedpipe but it's still a 2 step process and has frustrated me.

With an addin, instead of ctrl+enter or Alt+enter, we'd do smth else and it would run the selection with the missing }.

moodymudskipper commented 4 years ago

implemented, need to document it

moodymudskipper commented 3 years ago

done b3cff62e5cf67e970804928ce91127c47c9a73f9

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.