Shellcat-Zero

Results 24 comments of Shellcat-Zero

I can only surmise that the installer didn't realize ruby was managed through RVM, so I installed the dev package through apt-get and that fixed the error. I'm having another...

Thanks Justin, I'll try it shortly on another install of barracuda. On the former system, installing ruby-dev and correcting some environment paths to CL/cl.h fixed it on my first system....

Justin, Your extconf.rb worked well for the install on my 2nd system, thanks.

The docker image is not working for me either, I still get the same segfault error, when running it against my own bash scripts or any of the test scripts...

Sorry if this is a bit off-topic, but is there any reason that [JAX](https://jax.readthedocs.io/en/latest/notebooks/quickstart.html) has not been leveraged for these functionalities here? I have found it very straightforward to implement...

There is [bash2py](https://www.swag.uwaterloo.ca/bash2py/index.html), which might provide a decent starting point for this. Does anything exist for Xonsh to Bash, or is that similarly feasible? From a sysadmin perspective, I can...

You might also look at [PySocks](https://github.com/Anorov/PySocks) for this if you haven't already. It works well in other projects of mine.

Probably more relevant, there is [aiosocks](https://github.com/nibrag/aiosocks) now for handling SOCKS.

It already seems to copy to a buffer. For example, I can middle-click (or simultaneously click left and right mouse buttons, for those who have no middle button) and it...

I figured it out from #2. Documentation still needs to be updated to illustrate usage, thus leaving issue open.