iridakos/stup

Filter log command based on user's category preference

Closed this issue · 4 comments

It always displays all categories when I use e.g.

stup log -c work

Yes, it doesn't support category filtering but it's a nice feature.

I will mark this issue as improvement and I will keep it open to be implemented.

Thanks for your feedback!

If it doesn't support that the --help option probably shouldn't list it though

stup log --help

shows

 -c, --category   Specifies the category whose notes will be listed.
                  If omitted, stup will list the notes of all categories.
                  Example: stup log -c work week

You are right! I checked the README file only which doesn't have this option. I'll update the usage information as well.

Thank you very much!

@taladar Done 👍