Skip to content

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

@yuis-ice

Description

@yuis-ice

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions