rambo icon indicating copy to clipboard operation
rambo copied to clipboard

Run your command. Send input. Get output.

Results 11 rambo issues
Sort by recently updated
recently updated
newest added

Two dependencies `arc-swap` and `futures-task` are vulnerable to security issues. Source: - https://rustsec.org/advisories/RUSTSEC-2020-0091.html - https://rustsec.org/advisories/RUSTSEC-2020-0060.html This PR updates those dependencies to versions that fixes the issues: - futures: 0.3.4 ->...

When I run rambo: `Rambo.run("ls", ["-l", "-a"])` I am seeing this error: ` sh: line 0: exec: /project/_build/dev/lib/rambo/priv/rambo: cannot execute: No such file or directory {:error, "rambo exited with 126"}...

Hello! It is possible to cut a new release? We are interest in particular by the Apple Silicon fix. Thanks!

My library using Rambo is failing when used in an .exs script and run with `elixir ./examples/mdui_list.exs` - this is different to the issue with escripts in #14 but seems...

Running `mix compile.rambo all` fails to compile the Windows binary. ``` => [internal] load build definition from Dockerfile.x86_64-pc-windows-gnu 0.0s => => transferring dockerfile: 464B 0.0s => [internal] load .dockerignore 0.0s...

I'm trying to use Rambo from a CLI tool built using `MIX_ENV=prod mix escript.build`. The problem I am having is an error thrown from inside Rambo, see: https://gist.github.com/mmower/caea6d7b0f669a24f4f8ac01c8609a53 Note that...

When including Rambo as dependency from git instead of hex I get the following error: ``` sh: my-project/_build/test/lib/rambo/priv/rambo-mac: No such file or directory sh: line 0: exec: my-project/_build/test/lib/rambo/priv/rambo-mac: cannot execute:...

Hi, I found the following issue in my log. Any idea how this can be solved? After googling I think it has to do with my program returning some utf-8...

I'm trying out Rambo to monitor long-running Ruby processes. Thank you for your work! If I run something like: ```elixir Rambo.run("incorrect_command", log: true) ``` I will get `{:error, "rambo exited...

Fixes Windows compile by updating the `socket2` Rust dependency to 0.3.19. Fixes #21 ----- Reproduce the error by running docker: ```sh $ cd priv # build the Windows Docker image...