Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2729400n/termeditor
- Owner: 2729400n
- License: mit
- Created: 2024-07-21T03:30:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:44:14.000Z (6 months ago)
- Last Synced: 2024-11-08T20:27:45.433Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)