number-to-words icon indicating copy to clipboard operation
number-to-words copied to clipboard

[IDEA] read numbers from stdin

Open gjoseph opened this issue 4 months ago • 0 comments

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

gjoseph avatar Oct 16 '24 22:10 gjoseph