Skip to content

Taboulet/BiggerTask

Repository files navigation

BiggerTask

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)

image

Installing

1. Flathub (easiest)

Download on Flathub

2. Executable

Get the executable in the release tab and run it

3. Build from source

Download the zip, extract it, delete the already built executable, open the terminal in the folder and run :

qmake BiggerTask.pro
make

Make 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-dev

Fedora

sudo dnf install @development-tools qt5-qtbase-devel \
                 libX11-devel libXi-devel libXtst-devel libXext-devel libXfixes-devel libXrandr-devel

Arch

sudo pacman -S base-devel qt5-base \
             libx11 libxi libxtst libxext libxfixes libxrandr