(no title)
aquafox | 2 months ago
$ man tool | <how do I do this with the tool>
or even
$ cat source | <find the flags and give me some documentation on how to use this>Could you please elaborate on this? Do I get this right that you can set up your your command line so that you can pipe something to a command that sends this something together with a question to an LLM? Or did you just mean that metaphorically? Sorry if this is a stupid question.
mr_mitm|2 months ago
Example:
scottyeager|2 months ago
Actually for many cases the LLM already knows enough. For more obscure cases, piping in a --help output is also sometimes enough.
__m|2 months ago
where ai could be a simple shell script combining the argument with stdin