GithubHelp home page GithubHelp logo

cl-tasker's Introduction

cl-tasker

This is a Common Lisp library for Tasker users. I don't know how many Tasker users know/are willing to learn Lisp, but if nothing else, I want to stop fiddling with my tiny touch screen to script my phone.

If you've not seen Tasker, go check it out. It's well worth the $3.

So, what does it do?

It turns this:

(task "Hello World"
 (flash "Yo!" :label "foo" :if (~ "%bar" "baz"))

Into this:

<TaskerData sr="" dvi="1" tv="1.6u2">
  <Task sr="task47">
    <cdate>1409519732766</cdate>
    <edate>1409593553574</edate>
    <id>47</id>
    <nme>Hello World</nme>
    <Action sr="act0" ve="3">
      <code>548</code>
      <lhs>%bar</lhs>
      <op>1</op>
      <rhs>baz</rhs>
      <label>foo</label>
      <Str sr="arg0" ve="3">yo</Str>
      <Int sr="arg1" val="0"></Int>
    </Action>
  </Task>
</TaskerData>

So, how much is done?

Um, not even as much as shown. I'm working on it. :)

So far, I can create actions with (action <its ActionCode> <other-stuff (args, if clauses, labels, etc)>). Tasks and Profiles are on my to-do.

cl-tasker's People

Contributors

dpflug avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

chimericdream

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.