made the terminal integration!
it notifies me on my terminal when i have messages and implements a lily cli command that i can use to manage the messages. it supports these commands
-
lily messages [filter]:[filter]is optional, it can be one ofreadunreadnotifiedunnotifiedor something like.id==5or.id>=2. shows the messages matching the filter. -
lily mark <type> <value> <start> [end]:<type>isreadornotified,<value>is a boolean, it changes the read or notified value of a message. when[end]isn’t given it defaults to<start>. -
lily read <start> [end]: aliases tolily mark read true <start> [end] -
lily readall: marks everything as read -
lily delete <start> [end]deletes messages based on IDs.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.