https://github.com/cestef/papier
A perfectly inconvenient text editor.
https://github.com/cestef/papier
Last synced: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:13:19.000Z (almost 2 years ago)
- Last Synced: 2025-09-21T11:29:41.866Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/rwalk)
[](https://github.com/cestef/rwalk/releases/latest)
[](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.)