paper

Crates.iopaper
lib.rspaper
version0.4.0
sourcesrc
created_at2018-12-26 20:13:00.531248
updated_at2020-12-22 20:30:27.071382
descriptionA terminal-based editor with goals to maximize simplicity and efficiency.
homepage
repositoryhttps://github.com/jsim2010/paper
max_upload_size
id103936
size133,485
Justin Simerly (jsim2010)

documentation

README

paper

A terminal-based text editor with goals to maximize simplicity and efficiency.

Crates.io docs

This project is very much in an alpha state.

Development

Clone the repository and enter the directory:

git clone https://github.com/jsim2010/paper.git
cd paper

This project uses just for running project-specific commands. If just is not already installed on your system, install it:

cargo install just

To see all available recipes for development, run:

just --list

Note that just v is run by the validate status check required for merging pull requests.

License: MIT

Commit count: 312

cargo fmt