papier

[![Crates.io](https://img.shields.io/crates/v/papier)](https://crates.io/crates/rwalk) [![Release](https://img.shields.io/github/v/release/cestef/papier)](https://github.com/cestef/rwalk/releases/latest) [![GitHub](https://img.shields.io/github/license/cestef/papier)](LICENSE) A perfectly inconvenient text editor, written in Rust. ## Installation ### Cargo ```sh cargo install papier ``` ### Homebrew ```sh brew install cestef/tap/papier ```

You can also download the latest release from the releases page.

## Acknowledgements This project heavily relies on the amazing [edtui](https://github.com/preiter93/edtui) library. It uses a modified version of the library to fit the needs of this project. (See [the README](crates/edtui/README.md) for more information.)