Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heckel committed Sep 27, 2021
1 parent 3e2e85a commit 29d126a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@ case "$1" in
esac
```

### Terminal sharing
You can share your local terminal window in Slack or Discord using the `share` feature. It's quite cool, although it's
really got nothing to do with REPLs 🤷. It also has to be specifically configured in the [config.yml](config/config.yml)
file using the `share-host` option, since it needs direct communication between the client and REPLbot.

![replbot terminal sharing](assets/slack-terminal-sharing.gif)

### Session commands
When a session is started, you can get a list of available commands by typing `!help` (or `!h`). To exit a session at any
point in time, type `!exit` (or `!q`).
Expand Down Expand Up @@ -139,6 +132,12 @@ command.

![replbot web terminal](assets/web-terminal.png)

### Terminal sharing
You can share your local terminal window in Slack or Discord using the `share` feature. It's quite cool, although it's
really got nothing to do with REPLs 🤷. It also has to be specifically configured in the [config.yml](config/config.yml)
file using the `share-host` option, since it needs direct communication between the client and REPLbot.

![replbot terminal sharing](assets/slack-terminal-sharing.gif)

### Control mode
You can specify if you want the session to be started in the main channel (`channel`), in a thread (`thread`),
Expand Down

0 comments on commit 29d126a

Please sign in to comment.