up icon indicating copy to clipboard operation
up copied to clipboard

Ultimate Plumber is a tool for writing Linux pipes with instant live preview

Results 29 up issues
Sort by recently updated
recently updated
newest added

It would be great if up would support my Readline movement commands. https://www.gnu.org/software/bash/manual/html_node/Bindable-Readline-Commands.html Thanks.

enhancement
🤕 help wanted
😎 good first issue

I found the color combination not usable so I had to turn it off and ended spinning my own build with nice colors. I'm not much of a go programmer...

This is not an issue per se, but I wrote a small `zsh` function to integrate `up`: ```zsh zle-upify() { buf="$(echo "$BUFFER" | sed 's/[ |]*$//')" tmp="$(mktemp)" eval "$buf |&...

pure ❤️

FZF and [Navi](https://github.com/denisidoro/navi) have the concept of shell widgets, they can take over your prompt and then when you're done leave you with the text you wanted filled-in to your...

Hello. Just discovered the tool and overjoyed about it. However, being one prone to kilometre-long pipelines (which clutter my history with all the trial and errors, hence why I love...

enhancement
🤕 help wanted
😎 good first issue
deficiency

A mode to compare the difference between the output of two files. Like: ``` $ diff

💡 spark

Hi! I made a quick snap package for up, so that I could easily install/update the program on ubuntu. It is classic (not confined) so it has access to the...

enhancement
🤕 help wanted
😎 good first issue

You're on Hacker News this morning: `https://news.ycombinator.com/item?id=26644110 Regarding safety issues users on HN have suggested using ptrace to intercept syscalls to simulate commands like "rm" and "dd". This seems like...

🤕 help wanted
💡 spark

Great tool! I have a non-critical feature request: It would be nice if `up` supported color codes such as those output by `grep --color=always`. Thanks!

enhancement
🤕 help wanted
😎 good first issue

Hi, I am new to `up` and encountered an issue while using it. When the file is in Chinese, the characters are not displayed normally in the program ``` $...

enhancement
deficiency