Crates.io | paper |
lib.rs | paper |
version | 0.4.0 |
source | src |
created_at | 2018-12-26 20:13:00.531248 |
updated_at | 2020-12-22 20:30:27.071382 |
description | A terminal-based editor with goals to maximize simplicity and efficiency. |
homepage | |
repository | https://github.com/jsim2010/paper |
max_upload_size | |
id | 103936 |
size | 133,485 |
A terminal-based text editor with goals to maximize simplicity and efficiency.
This project is very much in an alpha state.
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