holygeek / git-number

Use numbers for dealing with files in git
ISC License
281 stars 25 forks source link

Add open range definition #16

Closed sascha-wolf closed 8 years ago

sascha-wolf commented 10 years ago

For example calling git number add 2- or git number add -3 rather than git number add 1-3.

Many thanks in advance!

holygeek commented 10 years ago

I toyed around with an implementation:

https://github.com/holygeek/git-number/tree/open-range-experimental

It's a lot of changes for a small gain in feature so I'm not sure if it's worth it.