No description
Find a file
2022-09-07 14:00:13 +02:00
src added macro playing delay!!!!!!!!1 2022-07-25 17:14:00 +02:00
.envrc holy shitttt do NOT run this version it WILL break your desktop PLEASE DO NOT RUN 2022-06-28 00:56:20 +02:00
.gitignore nix flake support! 2022-07-03 18:02:34 +02:00
Cargo.lock updated todos and bumped version 2022-07-25 17:16:06 +02:00
Cargo.toml updated todos and bumped version 2022-07-25 17:16:06 +02:00
flake.lock nix flake support! 2022-07-03 18:02:34 +02:00
flake.nix nix flake support! 2022-07-03 18:02:34 +02:00
LICENSE Initial commit 2022-06-07 06:05:22 +00:00
README.md todo stuff (no this isn't abandoned i swear 2022-09-07 14:00:13 +02:00
shell.nix holy shitttt do NOT run this version it WILL break your desktop PLEASE DO NOT RUN 2022-06-28 00:56:20 +02:00

easymacros

This program is inspired by 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!

:pen_ballpoint: TODOs :notepad_spiral:

  • Playing macros (xmacro like)
    • Delay support
    • KeySym/KeyCode/KeyStr action support
    • 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)
      • ExecBlock
      • ExecNoBlock
  • Recording macros (xmacro like)
    • Delay
    • Keyboard actions
    • Mouse actions
  • Utilities for playing macros
    • Ignoring delays when playing
    • Event delay support
  • Rebrand?
    • new name
    • logo
  • macro language (easymacros daemon?)
    • 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
      • find image/track image/wait for image...
    • event listeners

Ideas 🧠

I may or may not do these, but they sound fun to implement to me!

  • additional macro features
    • relative cursor movements
    • screenshotting whole/parts ot the screen (using external programs)
  • Macro daemon kind of thing to listen in the background for keyboard shortcuts?
    • the daemon itself
    • config file
    • rofi integration
    • dmenu integration
    • custom macro manager
  • macro language?
    • Sending keys
    • mouse movements/events
    • control flow stuff/math/just normal scripting language stuff
    • reading/writing to clipboard
    • calling/recording other macros
    • running commands
  • GUI Macro editor which is actually user friendly

:desktop: Platform support :compression:

  • 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.)

📥 Installation 📰

Currently only manually possible via cargo build --release and then moving the result into your $PATH.