You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added feature to my fork. I was going to create a pull request and noticed the Contributing Guidelines requested creating an issue before the PR.
The feature is simple. The --search option will look through the titles in the database and return matches. It currently searches only the titles, but in the future I may add searching the gob files.
I wrote it similarly to listConversations(), so it uses selectFromList() for TTY or printList() otherwise.
Here's what it looks like:
The text was updated successfully, but these errors were encountered:
I have added feature to my fork. I was going to create a pull request and noticed the Contributing Guidelines requested creating an issue before the PR.
The feature is simple. The
--search
option will look through the titles in the database and return matches. It currently searches only the titles, but in the future I may add searching the gob files.I wrote it similarly to
listConversations()
, so it usesselectFromList()
for TTY orprintList()
otherwise.Here's what it looks like:
The text was updated successfully, but these errors were encountered: