vonshednob / pter

Manage your todo.txt in a commandline user interface (TUI)
https://vonshednob.cc/pter/
MIT License
102 stars 6 forks source link

Export time tracking to a csv #3

Closed luismidelgado closed 3 years ago

luismidelgado commented 3 years ago

Is it possible to export the time tracking of the tasks to a csv?

Thanks for this great program

vonshednob commented 3 years ago

Glad you like the program!

Should be easy enough to hack a script that could export the tracked time to a csv file :thinking: Feels like an extra program though, to be honest, not so much a built-in functionality.

I’ll have a look at it!

vonshednob commented 3 years ago

Alrighty, it’s fairly complex actually" what would you want to export? Just the tasks and the used time? Or group them by project/context? Accumulate the time when grouping? Over all time? Or just last week? Consider time between creating the task vs. when closing the task?

All that reminded me that the analysis of todo.txt files is already solved, thanks to @danielk333! Check out https://github.com/danielk333/pter_analysis

If this does not quite help you, please reopen this issue!