Skip to content

Commit

Permalink
Update README and incorporate base kilo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sneath committed Aug 25, 2019
1 parent ec9cb72 commit 923965e
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ main() {
}
```

More comprehensive demos of the Console class are included in the
`example/demo.dart` and `example/command_line.dart` files.
More comprehensive demos of the `Console` class are provided, as follows:

| Example | Description |
| ---- | ---- |
| `demo.dart` | Suite of test demos that showcase various capabilities of the package |
| `main.dart` | Basic demo of how to get started with the package |
| `keys.dart` | Demonstrates how control characters are processed by `dart_console` |
| `readline.dart` | Sample command-line interface |
| `kilo.dart` | Rudimentary text editor |

## Other Notes

Expand All @@ -59,7 +66,7 @@ standalone download from the [Dart SDK][dart] install page.

## Acknowledgements

Special thanks to [Matt Sullivan (@mjohnsullivan)][@mjohnsullivan] and
Special thanks to [Matt Sullivan (@mjohnsullivan)][@mjohnsullivan] and
[Samir Jindel (@sjindel-google)][@sjindel-google] for their help understanding
the vagaries of FFI in its early state.

Expand Down
Loading

0 comments on commit 923965e

Please sign in to comment.