Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henryboisdequin committed Jan 13, 2021
1 parent d098279 commit b0d389d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# lynx
# lynx

<img src="./images/lynx.png"></img>

A basic text editor written in Rust. Lynx was made <a href="https://www.philippflenker.com/hecto/">following this awesome tutorial</a> and adding more features.

## Current Features

- Open/edit/save file
- Syntax Highlighting - Rust, Python support
- Warn when quitting editor without saving file

## Todo

- Show current line number
- Open folder
- Typescript, Javascript, TSX, JSX support

## Run Lynx

Make sure you have Rust, rustup, and cargo installed. You can do so here: https://www.rust-lang.org/tools/install.

1. Clone this repository

```
git clone https://github.com/henryboisdequin/lynx.git
```

2. Run the project

```
cargo run <file>
```

`<file>` is the file you want to edit in Lynx.
Binary file added images/lynx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added main.rs
Empty file.

0 comments on commit b0d389d

Please sign in to comment.