-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When I need to call pipes I often end with the code like this:
callCommand $ "git diff " <> commit <> " --color=always | diff-highlight | less -rFX"I can use $| operator but it's not efficient. So maybe having some additional function would be useful and I can rewrite it like this:
pipes $ "git" [commit, "--color=always"] <> "diff-highlight" [] <> "less" ["-rfX"]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request