Giter Club home page Giter Club logo

sarahtodolistplugin's Introduction

Sarah 'To-Do List' Plugin

This is a new "To-Do List" plugin for Sarah (v2). It can handle phrases like these:

// add make coffee to my to do list
// and make coffee to my to do list
// had make coffee to my to do list
// had make coffee to the to do list
//
// delete make coffee from to do list
// delete make coffee from my to do list
//
// remove make coffee from to do list
// remove make coffee from my to do list
//
// show my to do list

Files

The jar file built by this project needs to be copied to the Sarah plugins directory. On my computer that directory is /Users/al/Sarah/plugins/DDToDoList.

Files in that directory should be:

ToDoList.info
ToDoList.jar

The ToDoList.info file currently contains these contents:

main_class = com.devdaily.sarah.plugin.todolist.ToDoListPlugin
plugin_name = To-Do List

Developers - Building this Plugin

You can build this plugin using the shell script named _build-jar.sh. It currently looks like this:

#!/bin/bash

sbt package

if [ $? != 0 ]
then
    echo "'sbt package' failed, exiting now"
    exit 1
fi

cp target/scala-2.10/timer_2.10-0.1.jar Timer.jar

ls -l Timer.jar

echo ""
echo "Created Timer.jar. Copy that file to /Users/al/Sarah/plugins/DDTimer, like this:"
echo "cp Timer.jar /Users/al/Sarah/plugins/DDTimer"

Dependencies

This plugin depends on:

  • The Sarah2.jar file.
  • The Akka/Scala actors. The actor version needs to be kept in sync with whatever actor version Sarah2 uses.
  • ScalaTest

As mentioned above, I need to improve the process of requiring and using the Sarah2.jar file, but that's more of a problem for the Sarah2 project than for this project.

sarahtodolistplugin's People

Contributors

alvinj avatar

Watchers

 avatar  avatar

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.