Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cestef/papier

A perfectly inconvenient text editor.
https://github.com/cestef/papier

Last synced: about 1 month ago
JSON representation

A perfectly inconvenient text editor.

Awesome Lists containing this project

README

        


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.)