Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msfjarvis/text-editor
- Owner: msfjarvis
- License: apache-2.0
- Created: 2022-08-07T12:56:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T03:23:17.000Z (4 months ago)
- Last Synced: 2024-09-07T05:08:02.691Z (4 months ago)
- Language: Rust
- Size: 139 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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