sys admins back in the day would always try to do as much as they could through PowerShell
I was like.. huh? I still think of PowerShell as new. Time flies.
The source appears to be linked from the website: https://github.com/withfig/autocomplete
This is only the source code for autocomplete plugins. The app itself is closed source.
Took me a while to find out too and I believe that it’s somewhat intentionally obscured
This is source for the server side. It’s like LSP where there is a node service that takes in a command like and spits out structured data about a completion. There’s a client, currently in rust for macos only, that calls and interprets the output.
The example shows running a new completion.
I was like.. huh? I still think of PowerShell as new. Time flies.
The source appears to be linked from the website: https://github.com/withfig/autocomplete
This is only the source code for autocomplete plugins. The app itself is closed source.
Took me a while to find out too and I believe that it’s somewhat intentionally obscured
This is source for the server side. It’s like LSP where there is a node service that takes in a command like and spits out structured data about a completion. There’s a client, currently in rust for macos only, that calls and interprets the output.
The example shows running a new completion.