From d1881a605638bdf021644410c6da396d943acb1e Mon Sep 17 00:00:00 2001 From: Ioannis Charalampidis Date: Wed, 12 Sep 2018 17:04:10 +0300 Subject: [PATCH] Adding travis shield --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88a7c40..03f0c0f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -57,7 +59,7 @@ The local echo controller tries to replicate most of the bash-like user experien 2. Include it in your HTML: ``` - + ``` 3. Use it like so: