Skip to content

[IDEA] read numbers from stdin #175

@gjoseph

Description

@gjoseph

I'd love to be able to read numbers from stdin, so i could pipe number-to-words in scripts rather than rely on xargs.
For example:

seq 1 5 | number-to-words

... whereas today, i have to

seq 1 5 | xargs -L1 number-to-words

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions