Updates. By Jeff Kreeftmeijer

It’s been a couple of years, so I’m giving Dash another shot. I can’t remember why it didn’t stick before, but I’m really liking it so far. Any tips I should know about?

Here’s my first tip: I’d prefer to use a smart way to read its documentation bundles from the terminal directly, but this bash function will do for now. Type d Enum.map to activate Dash and start a search.

function d() {
  open "dash://$@"
}