Skip to content

Commit

Permalink
Adding travis shield
Browse files Browse the repository at this point in the history
  • Loading branch information
wavesoft committed Sep 12, 2018
1 parent fc45634 commit d1881a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 📢 local-echo
# 📢 local-echo
[![Travis (.org)](https://img.shields.io/travis/wavesoft/local-echo.svg)](https://travis-ci.org/wavesoft/local-echo)


> A fully functional local echo controller for xterm.js
Expand All @@ -14,7 +16,7 @@ The local echo controller tries to replicate most of the bash-like user experien
- _Multi-line continuation_: Break command to multiple lines if they contain incomplete quotation marks, boolean operators (`&&` or `||`), pipe operator (`|`), or new-line escape sequence (`\`).
- _Full-navigation on multi-line command_: You are not limited only on the line you are editing, you can navigate and edit all of your lines.
- _Local History_: Just like bash, access the commands you previously typed using the `up` and `down` arrows.
- _Tab-Completion_: Provides support for registering your own tab-completion callbacks.
- _Tab-Completion_: Provides support for registering your own tab-completion callbacks. **WIP**

# Usage

Expand Down Expand Up @@ -57,7 +59,7 @@ The local echo controller tries to replicate most of the bash-like user experien
2. Include it in your HTML:
```
<script src="/local-echo.js"></script>
<script src="/js/local-echo.js"></script>
```
3. Use it like so:
Expand Down

0 comments on commit d1881a6

Please sign in to comment.