wouterdebie / i2cssh

csshX like ssh tool for iTerm2
MIT License
547 stars 68 forks source link

Allow Ranges of values for machine names #56

Closed brgaulin closed 2 years ago

brgaulin commented 8 years ago

We have many apps that have ranges of ids, ex app1, app2, app3, would be nice to be able to just specify a range instead of copying and pasting the app name a lot =)

brando56894 commented 7 years ago

IDK if this was added in a recent version but this can be done using host{1...9} but the issue is that it doesn't do zero padding so host{01..09} turns into host1, host2, host3, etc.. I just filed a bug for it.