theonesean / aight

aight is a command-line tool for getting todo tasks quickly.
GNU General Public License v3.0
6 stars 0 forks source link

glob / repo matches sometimes don't entirely work #23

Open theonesean opened 5 years ago

theonesean commented 5 years ago

it's... finicky.

theonesean commented 5 years ago

this is a terrible fucking description of the issue. and, because i didn't actually describe the issue in the first place, i don't actually remember the source of this ire. that being said: there are some issues with matching.

fennifith commented 5 years ago

I think this is more of a general issue of aight's repo matching not entirely working properly. The glob matches seem a little finicky; I can't get git@github.com:theonesean/aight to match *:theonesean/aight, though it does match *:theonesean/*.

We might want to find a different glob match function (or just write our own) for this purpose... or we could switch to regex matching for remote/directory strings.