Skip to content

Commit f668c3b

Browse files
committed
Update README with goals
1 parent df0c3bd commit f668c3b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# rsted
2-
Simple Rust CLI text/source editor
2+
Simple Rust CLI single text/source editor, to integrate with terminal muxer (eg: tmux) and Rust toolchain (eg: auto format, changes watch..).
33

44
![Screenshot of rsted v0.1.0](res/images/rsted_0.1.0.png)
5+
6+
Project goals:
7+
- [x] Single file edition for simplicity
8+
- [x] Syntax-highlighting
9+
- [x] Automatic file change detection/reload (eg: parallel cargo fmt)
10+
- [ ] Midnight Commander Editor (mcedit) look-and-feel (keys/menus) -- WIP
11+
12+
Ideas:
13+
- [ ] Evaluate Language Server Protocol connection feasibility (??)

0 commit comments

Comments
 (0)