cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

Implement /search <term> (--ch <channel>) #65

Closed cblgh closed 3 years ago

cblgh commented 3 years ago

This PR adds the /search command, which makes use of @timgoeller's excellent search PR.

The syntax at the moment is simple: /search <term> (--ch <channel>). If --ch is omitted, the currently focused channel is searched.