slashtechno / code-macros

A macro program that allows you to visually program macros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-macros

A program that allows you to visually create macros to be run on your computer.

This is a work in progress!

This program works cross-platform (Windows and Linux currently, but I'm looking for a solution for MacOS).

Contributing

Contributions are always welcome! Feel free to open an issue or PR if you find anything wrong.

Developing

To install dependencies after cloning, simply run the following:
yarn install
And then run this command whenever you want to test in development:
yarn tauri:serve

Building

To build code-macros for your current platform, run this command:
yarn tauri:build

About

A macro program that allows you to visually program macros

License:GNU General Public License v3.0


Languages

Language:Vue 47.4%Language:Rust 36.0%Language:JavaScript 16.0%Language:HTML 0.6%