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

**URL:** https://discourse.julialang.org/t/ann-pipette-jl-insert-pipe-operator-with-ctrl-right-or-with-double-tapping-right-at-end-of-line/105763
**Category:** Package Announcements
**Tags:** package, announcement, repl, pipelines, pipe
**Created:** [November 3, 2023, 4:14pm UTC](https://discourse.julialang.org/t/ann-pipette-jl-insert-pipe-operator-with-ctrl-right-or-with-double-tapping-right-at-end-of-line/105763 "2023-11-03T16:14:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![martin.auer](https://avatars.discourse-cdn.com/v4/letter/m/f19dbf/32.png) [@martin.auer](https://discourse.julialang.org/u/martin.auer)
#### Post date: [November 3, 2023, 4:14pm UTC](https://discourse.julialang.org/t/ann-pipette-jl-insert-pipe-operator-with-ctrl-right-or-with-double-tapping-right-at-end-of-line/105763/1 "2023-11-03T16:14:46Z")

</div>

Happy to announce [Pipette.jl](https://github.com/umlet/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

```julia
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!
