unison icon indicating copy to clipboard operation
unison copied to clipboard

Consider having `docs` find docs for aliases

Open runarorama opened this issue 2 years ago • 1 comments

Currently if you do docs foo, you'll get foo.doc if it exists. But if foo has an alias bar, you will not get bar.doc. Consider widening the search for docs to *.doc where * is every alias of the name.

runarorama avatar Mar 12 '23 00:03 runarorama