emiln / cljck

An OS-agnostic Clojure library for automating keyboard and mouse actions.
GNU General Public License v3.0
5 stars 0 forks source link

File processing #12

Closed emiln closed 9 years ago

emiln commented 9 years ago

This adds a function called process-file which does just that. It parses the file as EDN and processes the command inside it. It will process just one top-level command in the same format as used internally by process-event.

This closes #10.