~angusg

Recent activity

[PATCH v1] Enable recent-priority tab completion 3 months ago

From Angus Gibson to ~delthas/senpai-dev

An attempt to address https://todo.sr.ht/~delthas/senpai/139. A
session can now return the names for a given target in order of
recency (but still preferring higher modes -- maybe this should be
changed).
---
 app.go         |  4 ++--
 commands.go    |  2 +-
 completions.go |  2 +-
 irc/session.go | 35 +++++++++++++++++++++++++----------
 irc/tokens.go  |  6 +++++-
 5 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/app.go b/app.go
index 3425d66..4db0f00 100644
[message trimmed]