Kirk McKelvey

Results 2 issues of Kirk McKelvey

Sourcing of `~/.jq` (file) was hardwired to use the `HOME` environment variable, which is not defined when running in a native Windows shell (PowerShell, CMD). This change lets it check...

windows

On Windows, `~/.jq` when it is present as a file should be sourced automatically, but it is not. To be clear, `$HOME/.jq` *is* sourced, however `HOME` is not a standard...

windows