Skip to content

Support for 'flip' #24

@sharkdp

Description

@sharkdp

It would be great if we could apply flip to a function before we hand it over to a command. For example (suppose that % is a flip-operator):

> seq 3 | map %append "-"
-1
-2
-3

> seq 3 | filter %contains "12"
1
2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions