Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 812 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 812 Bytes

ChronoLogger

ChronoLogger is a simple, lightweight time-tracking tool implemented in a Windows batch file. It allows users to log their tasks, start and finish times, and provides the flexibility to pause and resume tasks. The logged data is saved in a plain text CSV file for easy analysis.

Features

  • Log task names, start times, start dates, and finish dates.
  • Pause and resume tasks with ease.
  • Data saved in a portable plain text CSV file format.
  • Minimal dependencies, maximizing portability across Windows systems.
  • Command-line interface (CLI) for a straightforward user experience.

Usage

  1. Run the batch file in the Windows command prompt.
  2. Enter task details and use commands to start, pause, resume, or finish tasks.

Feel free to contribute, report issues, or suggest improvements!