react-bash icon indicating copy to clipboard operation
react-bash copied to clipboard

A configurable/extendable bash terminal React component

Results 8 react-bash issues
Sort by recently updated
recently updated
newest added

Hi there - As I understand, each time something is typed/returned, it appends to the history array and state. Is there a way to access history on an ongoing basis?...

I am trying to use react-bash. But, I require it without the title bar.

It would be best if you can continue this project and make it available for react-native :)

Hi, Help me to get whatever things I am typing on a terminal. In the below I type '**cd list'** and I want to console value. How to get value?...

``` sh hacker@default ~ $echo "foo" "foo" ```

Ability to execute commands on the filesystem using a regular expression to specify files. ![image](https://cloud.githubusercontent.com/assets/5253821/20256651/14f6c144-aa02-11e6-9d2f-58c4174c776d.png) ![image](https://cloud.githubusercontent.com/assets/5253821/20256653/1adc83f0-aa02-11e6-9934-ae2fea4f00b0.png)

Per the [man pages](http://linuxcommand.org/man_pages/ls1.html), `-a` is the equivalent to `--all` and should include the current directory (`.`) and parent directory (`..`) in its listings. The current functionality of `-a` in...

This PR adds the `node` command that opens a shell if there is no args, or evals the contents of the file specified by a path as the first arg....