bnx icon indicating copy to clipboard operation
bnx copied to clipboard

zx inspired shell for Bun.

Results 2 bnx issues
Sort by recently updated
recently updated
newest added

Hello! I found a type error when using variables in tagged template literals. This PR is to resolve this issue. ![image](https://github.com/wobsoriano/bnx/assets/954668/785e2977-e2dd-45ed-a73a-3ffd288c55c3) It seems there have been changes in the following...

``` const res = await $`git clone https://github.com/learn-anything/seed` console.log(res) console.log(res.includes("already exists"), "res") ``` On this code I get these logs: ``` fatal: destination path 'seed' already exists and is not...