Update README.md

This commit is contained in:
Luke I. Wilson 2021-03-24 22:26:17 -05:00 committed by GitHub
parent d01bb415a4
commit d11ec4a855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# qedit # qedit
qedit is a simple and easy to maintain editor, designed to run portably on as many qedit is a simple and easy to maintain editor, designed to run portably on as many
operating systems and architectures as possible. It does so by leveraging the cross- operating systems and architectures as possible. It does so by leveraging the cross-compile
compile features of Go, and the very portable [tcell](https://github.com/gdamore/tcell) features of Go, and the very portable [tcell](https://github.com/gdamore/tcell)
terminal library. A side effect of using Go is the absolute simplicity with which terminal library. A side effect of using Go is the absolute simplicity with which
the project can be maintained. For an open source project under the very permissive the project can be maintained. For an open source project under the very permissive
MIT license, this is important. MIT license, this is important.
@ -19,12 +19,12 @@ MIT license, this is important.
## Goals ## Goals
[X] DOS-like user interface library for Go/tcell (diesel) * DOS-like user interface library for Go/tcell (diesel)
[X] Modern [rope](https://en.wikipedia.org/wiki/Rope_(data_structure) buffer (used in emacs) * Modern [rope](https://en.wikipedia.org/wiki/Rope_(data_structure)) buffer (used in emacs)
[X] Modern text editing, including: copy/paste, mouse support, selection, etc. * Modern text editing, including: copy/paste, mouse support, selection, etc.
[ ] Btree-based tiling and floating window management (panels) * Btree-based tiling and floating window management (panels)
[ ] Extensions (via IPC or the planned [scripting language](https://github.com/d5/tengo)) * Extensions (via IPC or the planned [scripting language](https://github.com/d5/tengo))
[ ] Built-in terminal * Built-in terminal
## Screenshots ## Screenshots
@ -67,8 +67,8 @@ change how I am working on qedit.
As for types of contributions: I am currently seeking bug fixes, and resolving all of As for types of contributions: I am currently seeking bug fixes, and resolving all of
my `TODO` comments in the code. Or possibly removing them and turning them into issues. my `TODO` comments in the code. Or possibly removing them and turning them into issues.
Possibly the best contribution I could receive is someone using my editor as a daily- Possibly the best contribution I could receive is someone using my editor as a daily-driver
driver (bless them for their troubles) and reporting issues or improvements. (bless them for their troubles) and reporting issues or improvements.
If you would like to communicate, you can message me on Matrix: `@fivemoreminix:matrix.org`, If you would like to communicate, you can message me on Matrix: `@fivemoreminix:matrix.org`,
or Discord: `fivemoreminix#7637`, or even email: thelukaswils ATT (the google one) or Discord: `fivemoreminix#7637`, or even email: thelukaswils ATT (the google one)