Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thecoder777/java-todolist
- Owner: TheCoder777
- License: mit
- Created: 2020-08-25T13:47:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:09:42.000Z (about 4 years ago)
- Last Synced: 2024-08-26T17:03:53.867Z (3 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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