[ANN] Pipette.jl: Insert pipe operator with Ctrl+right, or with double-tapping right at end of line

Happy to announce Pipette.jl – it lets you smoothly insert " |> " in your REPL session!

You can either double-tap cursor-right [->] at the end of a line, or just use [Ctrl + ->] anywhere on the line.

Try it out with

pkg> add https://github.com/umlet/Pipette.jl.git   # registration in progress..
julia> using Pipette

Any feedback greatly appreciated – I tried not to break the REPL, but could have… Hope to be compatible with other REPL tweakers – please let me know otherwise… Also, feedback if the double-tap timing works for you would be helpful!

Enjoy and pipe away!

23 Likes