Skip to content

Commit

Permalink
Add progress bar to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Feb 20, 2017
1 parent e78272b commit f4f9070
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ishell is an interactive shell library for creating interactive cli applications
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/abiosoft/ishell)
[![Go Report Card](https://goreportcard.com/badge/github.com/abiosoft/ishell)](https://goreportcard.com/report/github.com/abiosoft/ishell)

## Older version
The current master is not backward compatible with older version. Kindly change your import path to `gopkg.in/abiosoft/ishell.v1`.
## Older version
The current master is not backward compatible with older version. Kindly change your import path to `gopkg.in/abiosoft/ishell.v1`.

Older version of this library is still available at [https://gopkg.in/abiosoft/ishell.v1](https://gopkg.in/abiosoft/ishell.v1).

Expand Down Expand Up @@ -97,7 +97,7 @@ Builtin support for multiple lines.
>>> Cool that << EOF
... everything here goes
... as a single argument.
... as a single argument.
... EOF
```
User defined
Expand All @@ -117,7 +117,7 @@ Execution
```
>>> multi
Input multiple lines and end with semicolon ';'.
>>> this is user defined
>>> this is user defined
... multiline input;
You wrote:
this is user defined
Expand All @@ -143,7 +143,7 @@ shell.Interrupt(func(c *ishell.Context) { ... })
shell.SetHomeHistoryPath(".ishell_history")
```

### Example
### Example
Available [here](https://github.com/abiosoft/ishell/blob/master/example/main.go).
```sh
go run example/main.go
Expand All @@ -164,7 +164,7 @@ ishell is in active development and can still change significantly.
* [x] Handle ^C interrupts.
* [x] Subcommands and help texts.
* [x] Scrollable paged output.
* [ ] Coloured outputs.
* [ ] Progress bar.
* [ ] Testing, testing, testing.

## Contribution
Expand Down

0 comments on commit f4f9070

Please sign in to comment.