Fork me on GitHub
#specter
<
2016-06-18
>
luxbock14:06:49

how would I write a selector that stops further navigation if the value it points to matches a predicate?

luxbock14:06:44

probably something with if-path, let's see

nathanmarz14:06:20

@luxbock: try not-selected?

luxbock14:06:26

@nathanmarz: thanks, yeah I think that would have solved my toy example, but I ended up writing a custom function for what I'm attempting to do

luxbock14:06:08

maybe it's possible to do it with specter as well