Skip to content

Jmgr/actiona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da247bd · Mar 28, 2025
Mar 14, 2025
Mar 19, 2025
Mar 19, 2025
Mar 27, 2025
Mar 28, 2025
Mar 19, 2025
Mar 19, 2025
Jan 12, 2012
May 9, 2018
Mar 19, 2025
Mar 19, 2025
Nov 8, 2023
Jul 14, 2024
Mar 14, 2025
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
May 10, 2010
Jul 14, 2024
Aug 24, 2015

Repository files navigation

ubuntu-gcc-build windows-msvc-build License: GPLv3

Actiona

Actiona is an automation tool 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. Actiona is cross-platform.

Please visit actiona.tools and the Discord server for more information.

Actions

Device emulation

  • Write text
  • Press a key
  • Move the mouse cursor (point or path)
  • Click somewhere on the screen
  • Rotate the mouse wheel
  • Wait for a key to be pressed

System interaction

  • Run a command (detached or not)
  • Kill a process
  • Display a notification
  • Wait for a pixel color on the screen
  • Restart/stop/lock the computer
  • Open an URL
  • Play a sound
  • Find an image on the screen
  • Use text to speech

Windowing system interaction

  • Display a message box
  • Enter some data
  • Wait for a window
  • Close/move/resize/etc. a window

Data manipulation

  • Write/read a text file
  • Write/read a binary file
  • Write/read an INI file
  • Write/read into the registry
  • Write/read the clipboard
  • Read an environment variable
  • Copy a file
  • Download a file
  • Send an e-mail

Internal/flow manipulation

  • Pause the execution
  • Run Javascript code
  • Go to a line or label
  • Run a loop
  • Do nothing (more useful than you would think!)
  • Stop the execution
  • Set/read a variable
  • Wait for a particular time/date
  • Exit
  • Wait for a variable
  • Write into the app's console
  • Begin/end/call a procedure

Each action has parameters, and Javascript can be written in every field and will be run when the action is executed.

Contributing

Code contributions as PR are very welcome. Sponsoring is also possible either through Liberapay, GitHub Sponsors or using the Ethereum (ETH) cryptocurrency: 0x58bb43Afd8Aead70A89F739c61568b62E0336094 -- thanks!

Monetary contributions will be used to pay for the rental of the dedicated server hosting Actiona's updater and installers (~€37/month), and to pay for the required code signing certificates on Windows (a few hundred pounds at least).

License

Actiona is licensed under the GNU/GPLv3 license, but includes code and other resources licensed under other licenses: