summaryrefslogtreecommitdiff
path: root/internal/repl/completer.go
AgeCommit message (Expand)Author
2026-05-25fix: return readline suffixes instead of full matchesPaul Buetow
2026-05-25fix: don't offer exact-match completions to prevent readline duplicationPaul Buetow
2026-05-25fix: help <TAB> offers operator topics, not 'help help'Paul Buetow
2026-05-25feat: inline help system with per-operator topics and auto-completionPaul Buetow
2026-05-24Add compile-time interface satisfaction checks (xj)Paul Buetow
2026-05-24fix(repl): correct misleading comments in completer.goPaul Buetow
2026-04-11Multiple code-quality and feature improvementsPaul Buetow
2026-04-11more on thisPaul Buetow
2026-03-25docs: Add SPDX license headers to all .go source filesPaul Buetow
2026-03-25refactor: Consolidate REPL command descriptions to single sourcePaul Buetow
2026-03-25docs: Add comprehensive Go documentation for REPL functionsPaul Buetow
2026-03-24feat: Add RPN mode, rational number support, and improve REPLPaul Buetow