Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gdanko gdanko released this 15 Aug 19:52
· 107 commits to main since this 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 like title LIKE %foo% OR title LIKE %bar OR title = baz
  • Remove wildcards for category because that's just stupid