Nagasaki45 / bibo

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
MIT License
32 stars 4 forks source link

Ability to match a key when it's partial for a 2nd key #42

Closed Nagasaki45 closed 5 years ago

Nagasaki45 commented 5 years ago

Consider changing patters to regex

Nagasaki45 commented 5 years ago

If there are keys like "gurion2019" and "gurion2019b" it's impossible ATM to specify the first one. This is why the solution is important. Dan suggested to give precedence to exact matches. It might be more elegant than my solution.