Task Tracker - CLI Welcome to task tracker cli T-T. What does this application do? It’s a terminal based task tracker similar to what folks make todo web applications, but this will run on your personal system. Get started with installation : 1. Download the task-cli.jar(if you have JRE you can get the JAR file and edit the bat file copy paste this @echo off java -jar "%~dp0task-cli.jar" %* If you dont have JRE or JDK it’s file you can still run the application without it, just download the .exe and .bat file and follow along),tsk.exe and tsk.bat files from here. 2. After download, create a folder name as tsk-cli in your root C: (recommended for easy follow-up) drive or wherever you want. 3. Move your downloaded file in the folder you created. This is how the folder should look like. 4. After adding file copy the respected path in my case it’s “ C:\tsk-cli ” 5. Press Win key/search and type ‘ environment variables ’ click on the 1st option which pops up you’ll see a pop up window like this. Click Environment Variables. 6. Double click on the Path under system variables, then click new paste the path we copied earlier in step 4, as highlighted in the images below 7. Now keep the changes click OK the 1 pop up will close again hit OK , now open a new terminal enter command tsk or tks —-help or tsk -h to get started enjoy :) 8. If you want you can delete the .jar file, but if you have edited the .bat file as said in step1 means you have JRE then you can delete the .exe file or you can keep them both, upto you T-T. 9. Feel free to ignore the 8th step if the application is running. Enjoy :)