From c017c80a223616ea1e8513f4677ae67b0687b469 Mon Sep 17 00:00:00 2001 From: bain Date: Thu, 11 Aug 2022 23:20:19 +0200 Subject: [PATCH] add README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fd63619 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +toggl2sheets + +toggl2sheets is a script that automatically gets time entries from toggl +and puts them into a google spreadsheet. toggl2sheets will only add *new* +entries (since it last ran), modified entries will not be updated. + +A hidden spreadsheet "_toggl2sheets" will be created to keep track when +was the last execution of this script. + +The script operates based on project names. It will put all entries +that are a part of project "A" into a worksheet with with the name "A". +It can create new sheets when the project worksheet does not exist, or just +ignore it.