A command-line todo app that just happened one afternoon. It seemed like a good idea at the time.
You can download the latest release from the Releases page.
java -jar TodoApp-1.0-SNAPSHOT.jar
add
- Add a new TODO itemlist
- List all TODO itemsdelete
orremove
- Delete a TODO itemhelp
- Show help information
This project uses Maven. To build:
mvn clean package
The JAR file will be created in the target/
directory.
See RELEASE.md for information about creating releases.