add "moreutils" packages such as ts; combine; pee; vidir; and vipe #41

Open
opened 2025-11-06 13:56:48 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @yuis-ice on GitHub (Jun 16, 2021).

I'm curious why in the list there is no package that is listed on the "moreutils" package (except "parallel"). Is there a reason particularly?

They all are great command lines tools. But personally I would suggest these amazing commands:

ts: timestamp standard input

e.g. for i in {1..5}; do echo y$i; sleep 1; done | ts '%FT%T'

combine: combine the lines in two files using boolean operations

e.g. combine file01.txt and file02.txt

pee: tee standard input to pipes

e.g. echo hoge | pee cat cat cat

vipe: insert a text editor into a pipe

e.g. echo hoge | vipe | cat

Originally created by @yuis-ice on GitHub (Jun 16, 2021). I'm curious why in the list there is no package that is listed on the "[moreutils](https://packages.debian.org/buster/moreutils)" package (except "parallel"). Is there a reason particularly? They all are great command lines tools. But personally I would suggest these amazing commands: > ts: timestamp standard input e.g. for i in {1..5}; do echo y$i; sleep 1; done | ts '%FT%T' > combine: combine the lines in two files using boolean operations e.g. combine file01.txt and file02.txt > pee: tee standard input to pipes e.g. echo hoge | pee cat cat cat > vipe: insert a text editor into a pipe e.g. echo hoge | vipe | cat
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#41