(In development currently) This is a simple C++ terminal-only macro recorder and player. This is my first ever programming project on Github so please be kind. Although I would request you to provide suggestions on how to improve it anyway. This project utilizes the X11 library.
- Works only on X window managers
For Ubuntu/Debian
sudo apt update
sudo apt install build-essential libx11-dev libxtst-dev
For Fedora
sudo dnf check-update
sudo dnf groupinstall "Development Tools"
sudo dnf install libX11-devel libXtst-devel
For Arch
sudo pacman -Sy base-devel libx11 libxtst
cd path/to/main.cpp
g++ main.cpp -o main -lX11 -lXtst && ./main