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.
Click on the latest release of this application and download the ip.jar
file.
##Run it!
- Locate the `ip.jar` file in your directory.
- Right-click and open up your terminal.
The terminal will pop-up. Do double-check that you are in the same folder as the downloadedip.jar
file.
Alternatively, open your command prompt and navigate to the folder containing the
ip.jar
file. - Type in
java -jar ip.jar
and hitEnter
.
You should be able to see this if you have followed the steps correctly:
Hello! I'm Alexis, your trusty helper! __ ___ _______ ___ ___ __ ________ /""\ |" | /" "||" \/" | |" \ /" ) / \ || | (: ______) \ \ / || | (: \___/ /' /\ \ |: | \/ | \\ \/ |: | \___ \ // __' \ \\ |___ // ___)_ /\. \ |. | __/ \\ / / \\ \( \_|: \(: "| / \ \ /\ |\ /" \ :) (___/ \___)\_______)\_______)|___/\\__|(__\_|_)(_______/
- Enjoy!! :D
##User Guide For a more in-depth guide into Alexis, please refer to my user guide.