Skip to content

MahirSalahin/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 1.0

Zorlan is a terminal app that can track your tasks i.e., for how long you were doing some certain tasks. Zorlan.exe file is located in dlist. After running the app, type --help to see the commands in the terminal.

Commands:

  • init [taskname] - Initialize the task taskname.(e.g. init solving problem)
  • pause [taskname] - Pause the task taskname.
  • pauseall - Pause all the tasks.
  • resume [taskname] - Resume the task taskname
  • resumeall - Resume all the paused tasks.
  • show [taskname]- Show elapsed time of the task taskname
  • showall - Show elapsed time of all current tasks.
  • end [taskname] - Terminate the task taskname and show the elapsed time.
  • endall - Terminate all the tasks and show their respective elapsed time.
  • exit - Exit.

Demo

img1 img2

About

Task Tracker - terminal app for tracking tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages