Skip to content

A simple CLI notebook to keep track of ideas and changes while working on a project

Notifications You must be signed in to change notification settings

skiby7/time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Install the requirements by running:

pip install -r requirements.txt

Then run the script:

python3 timetracker.py

The script will automatically create the Projects folder where the to-do lists will be saved. The available commands are:

  • /chpro: change the current project or create a new one
  • /todo + what to do: insert a new task
  • /done: flag a task as completed
  • /dhist: show the completed tasks history
  • /exit

It is also possible to insert some text and then press enter to insert a new note/commit message to keep track of the work done. To print the notes history enter /hist.

About

A simple CLI notebook to keep track of ideas and changes while working on a project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages