Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msfjarvis/text-editor

A barebones text editor written as a take-home exercise for Juspay
https://github.com/msfjarvis/text-editor

Last synced: 2 months ago
JSON representation

A barebones text editor written as a take-home exercise for Juspay

Awesome Lists containing this project

README

        

# text-editor [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Built with Garnix](https://img.shields.io/static/v1?label=Built%20with&message=Garnix&color=blue&style=flat&logo=nixos&link=https://garnix.io&labelColor=111212)](https://garnix.io)

## Usage

1. Install Rust. I recommend using [rustup](https://rustup.rs/).
2. Run `cargo run -- ` to open `filename` with the editor.

## Supported features

1. Navigating using arrow keys
2. Adding new lines
3. Deleting and backspacing across line boundaries
4. Saving to disk