Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecoder777/java-todolist

A simple cmd Todolist app that saves your todos in a sqlite database
https://github.com/thecoder777/java-todolist

Last synced: 3 days ago
JSON representation

A simple cmd Todolist app that saves your todos in a sqlite database

Awesome Lists containing this project

README

        

# Todolist

by TheCoder777

This project uses the sqlite-jdbc driver, so be sure you have it on your classpath.

[Maven Repo](https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc)

## How to use

When you start the app, you'll see an arrow: "> "

After the arrow, you can type the following commands:

### new

This adds a new Todo to your list!

### list

This lists all your Todos in a table!

### del

This will delete a note of your choice!

### edit

After typing this command, you can choose which note you'd like to edit!

---

Tanks for your support!

TheCoder777