From d11ec4a855c80bc819f325ca08f82dc3a0ad2d6b Mon Sep 17 00:00:00 2001 From: "Luke I. Wilson" Date: Wed, 24 Mar 2021 22:26:17 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c0b5003..26f6c17 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # qedit 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- -compile features of Go, and the very portable [tcell](https://github.com/gdamore/tcell) +operating systems and architectures as possible. It does so by leveraging the cross-compile +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 the project can be maintained. For an open source project under the very permissive MIT license, this is important. @@ -19,12 +19,12 @@ MIT license, this is important. ## Goals - [X] DOS-like user interface library for Go/tcell (diesel) - [X] 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. - [ ] Btree-based tiling and floating window management (panels) - [ ] Extensions (via IPC or the planned [scripting language](https://github.com/d5/tengo)) - [ ] Built-in terminal + * DOS-like user interface library for Go/tcell (diesel) + * Modern [rope](https://en.wikipedia.org/wiki/Rope_(data_structure)) buffer (used in emacs) + * Modern text editing, including: copy/paste, mouse support, selection, etc. + * Btree-based tiling and floating window management (panels) + * Extensions (via IPC or the planned [scripting language](https://github.com/d5/tengo)) + * Built-in terminal ## 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 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- -driver (bless them for their troubles) and reporting issues or improvements. +Possibly the best contribution I could receive is someone using my editor as a daily-driver +(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`, or Discord: `fivemoreminix#7637`, or even email: thelukaswils ATT (the google one) From e8318673aa44018be05e20fd5444b59dff581006 Mon Sep 17 00:00:00 2001 From: "Luke I. Wilson" Date: Wed, 24 Mar 2021 22:27:25 -0500 Subject: [PATCH 2/2] Update year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2935196..40492d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Luke I. Wilson +Copyright (c) 2021 Luke I. Wilson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal