Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Macro

(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.

Prerequisites

  • Works only on X window managers

Dependencies for compiling manually

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

Compilation command

cd path/to/main.cpp
g++ main.cpp -o main -lX11 -lXtst && ./main

About

Attempting to create a macro in C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages