From a60b8c2106e4bb6049719faa939e759aacbd65ea Mon Sep 17 00:00:00 2001 From: Gabriel <68819302+obsidianical@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:28:42 +0200 Subject: [PATCH] started working on additional TODOs --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index acfcbad..9111ac3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,20 @@ This program is inspired by [**xmacro**](https://github.com/Ortega-Dan/xmacroInc - [x] Utilities for playing macros - [ ] Ignoring delays when playing - [x] Event delay support +- [ ] macro configuration language + - [ ] basic interpreter/compiler to fast intermediate lang + - [ ] stdlib + - [ ] xlib stuff (get window handles/ids) + - [ ] easy xtst/xrecord etc abstractions + - [ ] number/text inputs + - [ ] clipboard + - [ ] basic gui features + - [ ] filesystem stuff + - [ ] shell stuff + - [ ] event listeners + # +