You are browsing as a guest. Sign up (or log in) to start making projects!

1h 51m 57s logged

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 of read unread notified unnotified or something like .id==5 or .id>=2. shows the messages matching the filter.
  • lily mark <type> <value> <start> [end]: <type> is read or notified, <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 to lily mark read true <start> [end]
  • lily readall: marks everything as read
  • lily delete <start> [end] deletes messages based on IDs.

commits since the last devlog

0
11

Comments 0

No comments yet. Be the first!