|
|
|
|
|
by foobarqux
218 days ago
|
|
llm cmdcomp is better: - it puts the command in the shell editor line so you can edit it (for example to specify filenames using the line editor after the fact and make use of the shell tools like glob expansion etc.)
- it goes into the history.
- It can use a binding so you can start writing something without remembering to prefix it with a command and invoke the cmd completion at any place in the line editor.
- It also allows you to refine the command interactively.
I haven't see any of the other of the myriad of tools do these very obvious things.https://github.com/CGamesPlay/llm-cmd-comp |
|
qqqa uses history - although in a very limited fashion for privacy reasons.
I am taking note of these ideas though, never say never!