Skip to content

BradenTeo/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexis - Your Trusty Task Manager

Alexis is a CLI-based application that helps you manage your tasks. Tasks are split into todos, deadlines and events, and you can mark them as completed or not completed. There is also a function to quickly locate your tasks using a keyword, and also a function to locate tasks based on their dates. The task list will be automatically saved into a .txt file on your PC, so a saved task list will be loaded when you start up the program, and also the task list will be automatically saved into the .txt file when you exit the program.

Downloading the Application

Click on the latest release of this application and download the ip.jar file.

##Run it!

  1. Locate the `ip.jar` file in your directory.

  2. Right-click and open up your terminal.

    The terminal will pop-up. Do double-check that you are in the same folder as the downloaded ip.jar file.

    Alternatively, open your command prompt and navigate to the folder containing the ip.jar file.



  3. Type in java -jar ip.jar and hit Enter.
    You should be able to see this if you have followed the steps correctly:
    
       Hello! I'm Alexis, your trusty helper!
             __      ___       _______  ___  ___   __      ________
            /""\    |"  |     /"     "||"  \/"  | |" \    /"       ) 
           /    \   ||  |    (: ______) \   \  /  ||  |  (:   \___/ 
          /' /\  \  |:  |     \/    |    \\  \/   |:  |   \___  \
         //  __'  \ \\  |___  // ___)_   /\.  \   |.  |    __/  \\ 
        /   /  \\  \( \_|:  \(:      "| /  \   \  /\  |\  /" \   :) 
       (___/    \___)\_______)\_______)|___/\\__|(__\_|_)(_______/
       

  4. Enjoy!! :D

##User Guide For a more in-depth guide into Alexis, please refer to my user guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.6%
  • Shell 3.0%
  • Batchfile 2.4%