sunaku / dasht

💁 Search API docs offline, in terminal or browser
https://sunaku.github.io/dasht/man
827 stars 26 forks source link

Introduce exact match for dasht-docsets-install #8

Closed netei closed 8 years ago

netei commented 8 years ago

When I do :

dasht-docsets-install -f Express

Both Express and ExpressionEngine are installed.

Maybe we could introduce a flag --exact (-e) to tell dasht to only install exact matches (eg in my case, only Express, and not ExpressionEngine)

netei commented 8 years ago

Maybe dasht-docsets-install -f '^Express$' is sufficient ?

sunaku commented 8 years ago

Yes, the latter is sufficient :+1: and more powerful too :neckbeard: so there's no need for another option. :money_with_wings:

netei commented 8 years ago

Yep, that's what I ended up doing anyway !