v0.2.0
Pre-release
Pre-release
Features
- Added an
--orderby
flag to sort results on any combination of title, category, login - Search based on title and/or category
- If you specify a single title or category, you can specify wildcards, e.g., GitHub% or %Amaz%
- Removed the concept of filtering because I think this is a more flexible method
- Added a
--sensitive
flag to force case-sensitive search when using--title
or--category
To Do
- Right now, wildcards only work if the user uses
--title
or--category
once. I will add code to support it so you end up with something liketitle LIKE %foo% OR title LIKE %bar OR title = baz
- Remove wildcards for category because that's just stupid