this post was submitted on 31 Jul 2024
10 points (85.7% liked)

Rust

5913 readers
63 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago

Seq will only print one sequence, though. The program's focus is discontinuous range. Something like: 1:2:10,20:2:30