-
-
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
Showing
2 changed files
with
27 additions
and
28 deletions.
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
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,17 +1,16 @@ | ||
# TODO | ||
|
||
## CLI support | ||
> Medium priority | ||
Add CLI support, meaning you can actually open and close the UI from the CLI and pass arguments to it. | ||
I don't think I will actually create a CLI editor. | ||
|
||
## Documentation | ||
> Medium priority | ||
Add Rust docs comments to cover the entire project | ||
|
||
## Add tests | ||
> Low priority | ||
> Low priority | ||
Add a test framework to track possible issues | ||
|
||
## Reduce memory footprint | ||
> Low priority | ||
The current RAM usage is about 100MB, which is ok-ish, but I think we can do better. |