stephenmathieson / clib-search

DEPRECATED: do not use
0 stars 1 forks source link

utilize categories #2

Open stephenmathieson opened 10 years ago

stephenmathieson commented 10 years ago

we could clib search executables foo, or clib search foo --category executables

hkjels commented 10 years ago

I must say I prefer flags. Ex.

-a, --author
-c, --category

If you agree, I will take a look at this.

stephenmathieson commented 10 years ago

absolutely!

hkjels commented 10 years ago

Just realized that we don't really have categories. There's utils and executables, but that's more of a type right? I've added author-filtering and I'm thinking of going with something like:

-e, --executables
-u, --utilities

Just bool's basically.

Categories might be useful though; what do you think?