linux poison RSS
linux poison Email

Task Automation Tool for Ubuntu - Actionaz

Actionaz is an application that allows you to execute many actions on your computer such as emulating mouse clicks, key presses, showing message boxes, editing text files, etc. Tasks can be created using a simple editor or using the EcmaScript (JavaScript) programming language for more customization.

You don't need to known any programming language to use it: its intuitive interface allows you to create action lists (scripts) using drag & drop. Advanced users can use JavaScript (EcmaScript) to extend its functionality. Actionaz is free software and runs under Windows and Linux. Binaries are available for Windows and Ubuntu for both 32 and 64 bits.

Actionaz is developed in C++ and uses the Qt framework.

Actionaz Installation:
Open the terminal and type following command to install Actionaz:
sudo add-apt-repository ppa:adri2000/actionaz
sudo apt-get update
sudo apt-get install actionaz

After successful installation, you can open Actionaz from the Dash or from the Application > Accessories > Actionaz


An Actionaz script is made of actions that are sequentially executed.
Every action has:
 * a checkbox allowing you to disable it
 * a line number or a label that allows to to identify it
 * a parameter list
 * a commentary (optional)

You can specify a pause before and after the execution of the action, so as a maximum execution duration.



3 comments:

Anonymous said...

I need some instructions ...

DevOps said...

What kind of instructions ????

shadow2007 said...

i need toturial about pick a strng of a txt and reemplace in a HTML =(

Post a Comment

Related Posts with Thumbnails