GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representation
GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representation
![](https://lemmy.world/pictrs/image/2b87e879-7fe8-47ad-bbaf-3332e4234873.png?format=webp&thumbnail=128)
Terminal Command to generate list of numbers from human readable representation - Atreyagaurav/numrng
![GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human readable representation](https://lemmy.world/pictrs/image/2b87e879-7fe8-47ad-bbaf-3332e4234873.png?format=webp)
This feels like it should already be a feature in a terminal. But I didn't find anything that let me do this efficiently.
I had a rust library for converting list like 1-4,8-10
into vectors, but thought I'd expand it into a command line command as well, as it is really useful when I want to run batch commands in parallel using templates.
I wanted to share it since it might be a useful simple command for many people.