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

https://github.com/svelterust/red

Basic vim-like editor for Redox-OS
https://github.com/svelterust/red

redox rust vim

Last synced: over 1 year ago
JSON representation

Basic vim-like editor for Redox-OS

Awesome Lists containing this project

README

          

# red

`red` is an editor based on vim written in Rust. Goal of this project is to
provide a basic command-line editor, much like nano. Targeted for Redox.
Project is currently abandoned. I wrote this a long time ago as well, so expect
the code to be messy.

To install, run the following command:

```rust
cargo install --git https://github.com/knarkzel/red
```