Redirect your stdout to a bin with ease.
We wanted to create a fast, beautiful and comfortable service to be able to share the results of our consoles.
Here is ShellBin, a very simple bin service created in Vlang
, Python
and VueJs
.
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:
chmod +x ./shellbin
sudo ./shellbin symlink
mklink shellbin.exe "C:\<YOUR_DOWNLOAD_FOLDER>\shellbin.exe"
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.
We do not collect or share any personal information. The schema of the database is the following:
paste_id
paste_content
url
creation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.