hoy 0.0.0

Real-time messaging TUI app
Documentation
hoy-0.0.0 has been yanked.

Hoy! - TUI real-time messaging app

crates.io docs.rs pre-commit

A TUI real time messaging app inspired by accord.

🔔 Note: This is just an initial pre-release to occupy the crate name.

Index

Similar projects

License

This project is licensed under either of:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed under the Apache-2.0 and MIT license, without any additional terms or conditions.

Development

See contribution guidelines.

TLDR:

Requires just to bootstrap all tools and configuration

cargo install just
just init # setup repo, install hooks and all required tools

To run:

just run

To test:

just test

Before committing work:

just pre-commit

To see all available commands:

just list