NetBash
NetBash copied to clipboard
Drop in console interface for running commands in web applications
Patch that adds the ability to redirect output to a file that the user is prompted to download. #### Usage: help > help.txt length test string > length.txt Implemented export...
Hi. This is my first ever pull request, so I'm sorry if I'm breaching any social conventions. I added tab completion to my fork of NetBash. Maybe you'd like to...
What do you think about supporting a redirect to file? E.g. help > help.txt We could easily check for the redirect arrow and rather than appending to console it provides...
Maybe some sort of grouping options
Maybe use the /netbash route for a nice big full screen console - make it easier to view big results.
At the moment if it times out or breaks it just returns nothing. Please add an appropriate message.