From 6d980aa689b79909e88a3be1ead184bf2d69c2f7 Mon Sep 17 00:00:00 2001 From: gentoolinux-girl Date: Thu, 30 Jun 2022 07:55:57 +0000 Subject: [PATCH 1/3] Basic enhancement to Markdown. --- README.md | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3f91c00..e4a31a6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -# easymacros +# easymacros -This program is inspired by xmacro, however it isn't xmacro. +This program is inspired by [**xmacro**](https://github.com/gezp/xmacro), however it isn't `xmacro`. -Note: This program is for personal use. I will modify it as I deem necessary, but feel free to open issues for suggestions or bug reports. Contributions are welcome! +**Note**: This program is for personal use; I will modify it as I deem necessary, but feel free to open issues for suggestions or bug reports. Contributions are welcome! -## TODOs +# + +
+

:pen_ballpoint: TODOs :notepad_spiral:

- [ ] Playing macros (xmacro like) - [x] Delay support @@ -12,12 +15,15 @@ Note: This program is for personal use. I will modify it as I deem necessary, bu - [x] MotionNotify and button support - [ ] String typing support (Not too high priority, but I'll add it some time probably) - [ ] ExecBlock/ExecNoBlock support (not high priority) -- [ ] Recording macros (xmacro like) - - [ ] Delay - - [ ] Keyboard actions - - [ ] Mouse actions +- [x] Recording macros (xmacro like) + - [x] Delay + - [x] Keyboard actions + - [x] Mouse actions +# +
-## Ideas +
+

❔ Ideas 🧠

I may or may not do these, but they sound fun to implement to me! @@ -38,14 +44,22 @@ I may or may not do these, but they sound fun to implement to me! - [ ] calling/recording other macros - [ ] running commands - [ ] GUI Macro editor which is actually user friendly +# +
-## Platform support +
+

:desktop: Platform support :compression:

-- [x] Linux x11 (only tested on i3wm) -- [ ] Linux Wayland (makes heavy use of X apis, I will only do this if I myself switch to Wayland. I'm open to suggestions how to do it though!) -- [ ] MacOS (Might work because of XQuartz?) -- [ ] Windows (Yeah, I'm not doing that myself. Unless I have to use Windows for anything.) +- [x] Linux x11 (*only tested on `i3wm`*) +- [ ] Linux Wayland (*makes heavy use of X apis, I will only do this if I myself switch to Wayland. I'm open to suggestions how to do it though!*) +- [ ] MacOS (*Might work because of [XQuartz](https://www.xquartz.org/)?*) +- [ ] Windows (*Yeah, I'm not doing that myself. Unless I have to use Windows for anything.*) +# +
-## Installation +
+

:inbox_tray: Installation :newspaper:

-Currently only manually possible via `cargo build --release` and then moving the result into your $PATH. +Currently only manually possible via `cargo build --release` and then moving the result into your `$PATH`. +# +
From 0ebbf7397fbded25d566bca7e7e66656f4665b74 Mon Sep 17 00:00:00 2001 From: gentoolinux-girl Date: Thu, 30 Jun 2022 07:57:12 +0000 Subject: [PATCH 2/3] NO EXCESS WHITESPACE IN MY CHRISTIAN MARKDOWN FILE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a31a6..f1d027c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# easymacros +# easymacros This program is inspired by [**xmacro**](https://github.com/gezp/xmacro), however it isn't `xmacro`. From e129736a410e108d0e77c4a03190455bf22ea54e Mon Sep 17 00:00:00 2001 From: gentoolinux-girl Date: Thu, 30 Jun 2022 08:18:44 +0000 Subject: [PATCH 3/3] Fix misslinked `xmacro` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d027c..b0a0431 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # easymacros -This program is inspired by [**xmacro**](https://github.com/gezp/xmacro), however it isn't `xmacro`. +This program is inspired by [**xmacro**](https://github.com/Ortega-Dan/xmacroIncludingDelayCapturing/), however it isn't `xmacro`. **Note**: This program is for personal use; I will modify it as I deem necessary, but feel free to open issues for suggestions or bug reports. Contributions are welcome!