calebmer / accelerate

Accelerate back and forth through time for your database or other in-place systems
MIT License
5 stars 0 forks source link

Ignore directories #3

Closed calebmer closed 8 years ago

calebmer commented 8 years ago

I have two feature requests for accelerate. Here is the first one:

Accelerate should ignore directories. Once you start to get a lot of motions it can get hard to organize, therefore some people might want to use a folder structure. E.g:

- 0.x.x
  |- 0.0.1-hello-world.add
  |- 0.0.1-hello-world.sub
  |- 0.0.2-lorem-ipsum.add
  |- 0.0.2-lorem-ipsum.sub
- 1.x.x
  |- 1.0.1-hello-world.add
  |- 1.0.1-hello-world.sub
  |- 1.0.2-lorem-ipsum.add
  |- 1.0.2-lorem-ipsum.sub

This should be a simple change, all that is required would be flattening all of the file names into a single list.

svmnotn commented 8 years ago

Done!. look at a84b4da in the PR

calebmer commented 8 years ago

Ahh. But it's not bash 😊

svmnotn commented 8 years ago

I posted the wrong commit, check again

svmnotn commented 8 years ago

Anyways this feat is done in PR #2

svmnotn commented 8 years ago

Closed with a84b4da