Skip to content

zeropaper/time_tracker_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker

Description

This is a simple time tracker that allows you to track your time spent on different tasks.

Pre-requisites

  • Python 3.6 or higher
  • xdotool: sudo apt install xdotool

Installation

  1. Clone the repository
  2. Install the requirements: pip install -r requirements.txt
  3. Run the application setup: python3 time_tracker.py setup

Usage

Start the service

python3 time_tracker.py start

with a 10 seconds interval and in the background

python3 time_tracker.py start -i 10 &

Stop the service running in the background

python3 time_tracker.py stop

About

just a little tool to keep track of my activities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages