Commit Graph

3 Commits (745e21d5bf1d4c478e77e811104d807909264ee6)

Author SHA1 Message Date
TorchedSammy 8b4766028a
feat: add an opt for case insensitive completion 2022-11-30 19:03:45 -04:00
TorchedSammy 2790982ad1
fix: no command completions if query/line is an alias
basically, i have a `c` alias which is `git commit`,
this would resolve to `git commit` literally to try
and complete `commit`, which wouldnt match.
this fixes that, and instead itll suggest commands
that start with `c`. if there is a space after and
completion is requested, itll use the alias properly
2022-04-24 00:06:19 -04:00
TorchedSammy 4a4c4d8c74
refactor: rewrite completion handler in lua 2022-04-23 23:59:03 -04:00