Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2729400n/termeditor

A rust based terminal editor
https://github.com/2729400n/termeditor

Last synced: 13 days ago
JSON representation

A rust based terminal editor

Awesome Lists containing this project

README

        

# TermEdit

A Terminal text editor written in Rust.

## Prerequisites

In order to use TermEdit, you need to install Cargo.
See [Installation Guide](https://www.rust-lang.org/tools/install)

## Installation
Run the following command to install TermEdit
```
cargo install TermEdit
```

## Usage
To start using TermEdit, run the following command
```
TermEdit
```
## Credit
This work is a fork of The revise terminal editor by nadmax it however implements cross terminal comatibility
can be found here [revise](https://github.com/nadmax/revise)