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
- Host: GitHub
- URL: https://github.com/svelterust/red
- Owner: svelterust
- Created: 2021-10-13T21:53:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T16:46:49.000Z (over 4 years ago)
- Last Synced: 2025-01-24T16:23:20.216Z (over 1 year ago)
- Topics: redox, rust, vim
- Language: Rust
- Homepage: https://knarkzel.github.io/red/
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```