Skip to content

BMFirman/Noted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noted

Overview

This program is almost functionally the same as py-todo however it is writen in Java as an excerise for my own learning.

Data is simply stored in the data.csv file, which is then converted into an ArrayList during normal execution.

Dependencies

  • Java

Supported Platforms

  • OSX (tested on 10.14 Mojave)

Installation

  • TODO, program is not yet packaged and must be manually compiled and added to PATH.

Usage


$a -add               #Add a new item.");
$r -remove <index>    #Remove an item by index.");
$l -list              #List all items");
$h -help              #Display help message");
=======
$a -add               #Add a new item
$d -delete <index>    #Remove an item by index
$l -list              #List all items
$h -help              #Display help message

Configuration

TODO

Contributors

Special thanks again to Aesophor for providing an excelent tool to replicate :)

About

A simple java todo app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages