A TinyTask clone for Linux
This app is basically a Linux Clone of the Windows app "Tinytask", it's written in c++ and is a simple executable allowing you to : Record events (Mouse movement/clicks, keyboard inputs) Play them Save them for later Load them to reuse them
You can also choose how much long you want them to loop and even make them loop infinitly
To Stop it, click on the "Ctrl" key THIS WON'T WORK ON WAYLAND (Cuz of compatibility issues)
Get the executable in the release tab and run it
Download the zip, extract it, delete the already built executable, open the terminal in the folder and run :
qmake BiggerTask.pro
makeMake sure you have the required dependencies :
Debian
sudo apt install build-essential qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools \
libx11-dev libxi-dev libxtst-dev libxext-dev libxfixes-dev libxrandr-devFedora
sudo dnf install @development-tools qt5-qtbase-devel \
libX11-devel libXi-devel libXtst-devel libXext-devel libXfixes-devel libXrandr-develArch
sudo pacman -S base-devel qt5-base \
libx11 libxi libxtst libxext libxfixes libxrandr