Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cestef/papier
- Owner: cestef
- License: mit
- Created: 2024-03-01T10:16:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:13:19.000Z (4 months ago)
- Last Synced: 2024-09-28T15:21:46.581Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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.)