2
2
zrcadlo https://github.com/Hilbis/Hilbish synchronizováno 2025-07-12 05:42:02 +00:00

3 Commity

Autor SHA1 Zpráva Datum
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