Giter Club home page Giter Club logo

shellbin's Introduction

๐Ÿš€ ShellBin

Redirect your stdout to a bin with ease.

ShellBin demo

Why this project?

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.

How to install and usage

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*

chmod +x ./shellbin
sudo ./shellbin symlink

Windows

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

How do I use it?

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.

Privacy?

We do not collect or share any personal information. The schema of the database is the following:

paste_id
paste_content
url
creation

How to contribute

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.

License alt text

MIT

shellbin's People

Contributors

mattiafailla avatar kavuti avatar joetib avatar alfex4936 avatar

Stargazers

Delyan Angelov avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

joetib alfex4936

shellbin's Issues

Text indentation is not honoured and line breaks on comma on webpage

When a terminal output has indentations, the resultant shellbin created does not honour this indentation.
Also if a line in the terminal output contains a comma, and is sent to the server, on the website, the bin breaks the comma separated content into multiple lines instead of being on one line. I'm not sure if this error should be reported here or there's another repository for it.

Unable to decide some characters on windows

I am not sure if the problem pertains to only windows and whether this is an issue from V or the server.
However when the tool is run against the windows command 'tree' as

tree | shellbin

The server response returns error saying it is unable to decide the characters that the terminal uses to build lines connecting the directories.
(I'm sorry for my terminology)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.