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 symlinkHow do I use it?
Simple! Just run something like that:
$ ls -la | shellbinThat's it! ShellBin will capture your stdout and upload the result to the online bin service.
Last updated
Was this helpful?