Peter Solodov
Peter Solodov
In bash, when autocd option is set and user enters a directory name as a command, it results in a very specific call to cd: cd -- [directory name] zoxide's...
Examples are no longer installed by pip when installing unitary. Each example has a README.md with instructions how to run it. All example tests pass and each example is runnable,...
Logging doesn't seem to be handled according to expectations, here are couple of examples. No redirection: ```sh $ echo is this on | gptscript - 12:50:41 started [main] 12:50:41 sent...
```sh $ echo foo | gptscript -f - Usage: gptscript [flags] PROGRAM_FILE [INPUT...] gptscript [command] ... ``` The expectation here is to do something that doesn't require any non-system tools....