The ShellBin CLI 🐚

Learn how to use the ShellBin CLI quickly

You can find the source code of ShellBin CLI here: https://github.com/nextblu/shellbin

This simple CLI program has been created in Vlanga simple yet powerfull programming language that we are experimenting.

How to install

You can simply download the client from this link: https://github.com/nextblu/shellbin/releases/tag/v1.0.5

After placing the executable in a folder of your choice you can symlink the executable for faster usage with the following code:

Unix*

mklink shellbin.exe "C:\<YOUR_DOWNLOAD_FOLDER>\shellbin.exe"

Windows

chmod +x ./shellbin
sudo ./shellbin symlink

How do I use it?

ShellBin is able to capture every stdout information, but be aware that sometime special char are not supported and can lead to a broken bin.

Simple! Just run something like that:

$ ls -la | shellbin

That's it! ShellBin will capture your stdout and upload the result to the online bin service.

Last updated

Was this helpful?