https://github.com/nadmax/revise
A minimalist text editor
https://github.com/nadmax/revise
cli editor rust
Last synced: over 1 year ago
JSON representation
A minimalist text editor
- Host: GitHub
- URL: https://github.com/nadmax/revise
- Owner: nadmax
- License: mit
- Created: 2023-08-04T21:16:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T19:59:42.000Z (over 2 years ago)
- Last Synced: 2025-03-03T01:35:10.469Z (over 1 year ago)
- Topics: cli, editor, rust
- Language: Rust
- Homepage:
- Size: 287 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
  
# Revise
A minimalist text editor written in Rust.

## Prerequisites
In order to use revise, you need to install Cargo.
See [Installation Guide](https://www.rust-lang.org/tools/install)
## Installation
Run the following command to install Revise
```
cargo install revise
```
## Usage
To start using Revise, run the following command
```
revise
```
## Contributing
See [Contributing Section](https://github.com/nadmax/revise/blob/master/CONTRIBUTING.md) to find out how you can contribute.
Any feedback will be appreciated.