Giter Site home page Giter Site logo

todoee's Introduction

TodoEE

A very simple Java-based command line todo application. Created a while back to help me study for my SCJP6 certification, demonstrates usage of generics and some simple design patterns.

REQUIRES: Java 6 COMPILE: javac -cp src:. -d bin/ src/net/designspace/todoEE/TodoEE.java EXECUTE: java -cp bin net/designspace/todoEE/TodoEE

List of commands:

exit - Quit TodoEE application (aliases: quit, bye)

save - Saves the current contents of the task list

reload - Abandons all changes and reads the task list from disk

help - Displays this help item (aliases: man, ?)

select - Selects a TODO item (aliases: cd, dir)

Usage: select <index|item_name>

list - Lists the contents of a TODO item (aliases: ls, show, view)

Usage: list [<index|title>]

add - Adds a TODO item (aliases: mkdir)

Usage: add <title>

remove - Removes a TODO item (aliases: del[ete], rm)

Usage: remove <index|title>

edit - Amends a TODO item (aliases: amend, set)

- Sub-commands: (title, descr[iption], [due][date], [fav]ourite, note, priority, status) 

Usage: edit <index> <sub-command> <value>

todoee's People

Contributors

adnanullah avatar

Stargazers

 avatar

Watchers

 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.