Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

skylee03/skylee-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skylee Task Manager

Skylee Task Manager (STM) is a cross-platform command-line app for managing tasks. If you can type fast, STM can get your task management tasks done faster than traditional GUI apps.

Quick start

  1. Ensure you have Java 11 or above installed in your computer.

  2. Download the latest ip.jar from here.

  3. Copy the file to the folder you want to use as the home folder for your STM.

  4. Open a command terminal, cd into the folder you put the JAR file in, and use the java -jar ip.jar command to run the application.

    A welcome message similar to the below should appear in a few milliseconds.

    ____________________________________________________________
    Hello! I'm Skylee!
    What can I do for you?
    ____________________________________________________________
    
  5. Type the command after the prompt > and press Enter to execute it.

  6. Refer to the User Guide for details of each command.

Report Bugs

STM is currently under active development.

If you find any bugs or errors, we would appreciate if you could help report these issues so that we could repair them accordingly.