-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d098279
commit b0d389d
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.