keyfork/crates/util/keyfork-crossterm/examples
Ryan Heywood a8b2814b17
make clippy happy
2024-08-11 19:25:25 -04:00
..
interactive-demo reorganize crates 2024-01-15 00:12:34 -05:00
README.md reorganize crates 2024-01-15 00:12:34 -05:00
event-match-modifiers.rs reorganize crates 2024-01-15 00:12:34 -05:00
event-poll-read.rs reorganize crates 2024-01-15 00:12:34 -05:00
event-read-char-line.rs all crates: add documentation 2024-01-15 21:44:48 -05:00
event-read.rs reorganize crates 2024-01-15 00:12:34 -05:00
event-stream-async-std.rs reorganize crates 2024-01-15 00:12:34 -05:00
event-stream-tokio.rs reorganize crates 2024-01-15 00:12:34 -05:00
is_tty.rs make clippy happy 2024-08-11 19:25:25 -04:00
stderr.rs all crates: add documentation 2024-01-15 21:44:48 -05:00

README.md

Lines of Code MIT Join us on Discord

Crossterm Examples

The examples are compatible with the latest release.

Structure

├── examples
│   └── interactive-test
│   └── event-*
│   └── stderr
File Name Description Topics
examples/interactive-test interactive, walk through, demo cursor, style, event
event-* event reading demos (async) event reading
stderr crossterm over stderr demo raw mode, alternate screen, custom output
is_tty Is this instance a tty ? tty

Run examples

$ cargo run --example [file name]

To run the interactive-demo go into the folder examples/interactive-demo and run cargo run.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.