Michael Freedman
Michael Freedman
The Gmail API supports searching for emails using the same syntax as the search bar in gmail. so you can easily do stuff like: "`from: [email protected] is:unread`" and so on...
seems overly busy to me.
This feels like it could be the first legit use-case for slack. The folks that I collaborate with from my client are added in slack as approved single-channel or multi-channel...
This is hard to solve immediately due to the way Thor's configuration is specified. We currently read local configuration when specifying our Commands class.
I think this makes sense! Things are getting a little out of hand rn
It looks like you're on the right track. I tried to build the presenter nonsense out so that it was swappable at runtime. you can see the difference in `lib/calendar_assistant/cli/commands.rb`...
so it should be as simple as fiddling some flags and then writing a new presenter like `EventSetPresenter` and `LinterEventSetPresenter`. Let me know if you need more info!
FWIW, I was planning to move all list/show event type commands to the same pattern to reduce the logic in `cli/commands.rb` and `cli/printer.rb` but never got there. If you have...
@flavorjones ^^
@flavorjones @gsiener thoughts?