We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0c3bd commit b31fa42Copy full SHA for b31fa42
README.md
@@ -1,4 +1,13 @@
1
# rsted
2
-Simple Rust CLI text/source editor
+Simple Rust CLI single text/source editor, to integrate with terminal muxer (eg: tmux) and Rust toolchain (eg: auto format, changes watch..).
3
4

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
+Nice to have:
13
+- [ ] Evaluate Language Server Protocol connection feasibility (??)
0 commit comments