Skip to content

A simple script to migrate timer entries from timetrap to timewarrior.

License

Notifications You must be signed in to change notification settings

matt-snider/timetrap-timewarrior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timetrap to Timewarrior Migration

A simple script to migrate timer entries from timetrap to timewarrior.

Usage

$ python migrate.py --help
usage: migrate.py [-h] [--timew-path TIMEW_PATH] [--dry-run] [--adjust]
                  DATABASE_PATH

Migrate timer entries from timetrap to timewarrior.

positional arguments:
  DATABASE_PATH         Path to the timetrap sqlite database.

optional arguments:
  -h, --help            show this help message and exit
  --timew-path TIMEW_PATH
                        Path to the timew executable.
  --dry-run             Prints the generated commands but do not execute them.
  --adjust              Whether to add the :adjust hint to generated commands
                        to automatically correct overlapping intervals.

Requirements

  • Python 3

About

A simple script to migrate timer entries from timetrap to timewarrior.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages