Skip to content

luked42/timetasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timetasker ⏳

Setup

  • Create python3.12 virtual environment
  • Run pip install -e .
  • Run command pommo in terminal
  • Run build checks with tox

Configuration

Fully supported config file at ${XDG_CONFIG_HOME}/timetasker/timetasker.toml for Unix systems or ${APPDATA}\timetasker\timetasker.toml on Windows:

[timer]
work_interval = "25m" # supports XhYmZs format

Fallbacks

In the case that XDG_CONFIG_HOME is not set, or the os name is not recognised, timetasker will fall back to ~/.timetasker/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages