cassava / repoctl

Make it easy to manage your local Arch Linux repository.
MIT License
125 stars 14 forks source link

Implement logic required to shortcircuit to destination filter #7

Closed cassava closed 8 years ago

cassava commented 10 years ago

This is actually something I've wanted to do for a while, so it will probably land in it's own package. It's similar to a radix tree, but it's not the same, I don't think.

cassava commented 10 years ago

See the package github.com/goulash/short when it's ready.

cassava commented 9 years ago

At the moment, I've implemented an internal package shortry which kind of does the trick. The problem is that the API and functionality is not entirely clear: what exactly should be a valid shortcut to what?

cassava commented 9 years ago

I won't fix this at the moment. Need to think about it.

cassava commented 8 years ago

I'm closing this because I don't see the need to make things unnecessarily complex at the moment.