Skip to content

Commit d1881a6

Browse files
committed
Adding travis shield
1 parent fc45634 commit d1881a6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 📢 local-echo
1+
# 📢 local-echo
2+
[![Travis (.org)](https://img.shields.io/travis/wavesoft/local-echo.svg)](https://travis-ci.org/wavesoft/local-echo)
3+
24

35
> A fully functional local echo controller for xterm.js
46
@@ -14,7 +16,7 @@ The local echo controller tries to replicate most of the bash-like user experien
1416
- _Multi-line continuation_: Break command to multiple lines if they contain incomplete quotation marks, boolean operators (`&&` or `||`), pipe operator (`|`), or new-line escape sequence (`\`).
1517
- _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.
1618
- _Local History_: Just like bash, access the commands you previously typed using the `up` and `down` arrows.
17-
- _Tab-Completion_: Provides support for registering your own tab-completion callbacks.
19+
- _Tab-Completion_: Provides support for registering your own tab-completion callbacks. **WIP**
1820

1921
# Usage
2022

@@ -57,7 +59,7 @@ The local echo controller tries to replicate most of the bash-like user experien
5759
2. Include it in your HTML:
5860
5961
```
60-
<script src="/local-echo.js"></script>
62+
<script src="/js/local-echo.js"></script>
6163
```
6264
6365
3. Use it like so:

0 commit comments

Comments
 (0)