Skip to content

alkurbatov/qrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrunner

Simple runner for applescripts.

Dependencies

  • Qt v5.8+.
  • qmake (should be available in PATH).
  • macdeployqt (for release build).

Build

# Generate build routine.
$ qmake

# Debug build.
$ make debug

# Release build.
$ make release

# Make a .dmg image (release build).
$ make dmg

Installation

# Put scripts to the home folder, e.g.:
$ mkdir ~/.qrunner
$ ln -s ~/work/src/github.com/alkurbatov/qrunner/scripts ~/.qrunner/scripts

Troubleshooting

  • In case qrunner.dmg cannot be opened by double-click, use the following command to mount it manually:
$ hdiutil attach ./qrunner.dmg

License

Copyright (c) 2017

Licensed under the GPLv3 license.

About

Simple runner for applescripts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published