All Projects → gnome-pomodoro → gnome-pomodoro-tracking

gnome-pomodoro / gnome-pomodoro-tracking

Licence: MIT License
Connect your Pomodoros to popular time tracking services (@odoo, @clockify, @toggl).

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gnome-pomodoro-tracking

toggl2clockify
Migrate data from toggl to clockify
Stars: ✭ 21 (+31.25%)
Mutual labels:  toggl, clockify
minutes
Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.
Stars: ✭ 19 (+18.75%)
Mutual labels:  toggl, clockify
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (+156.25%)
Mutual labels:  odoo
Clockify.Net
Clockify C# Client
Stars: ✭ 24 (+50%)
Mutual labels:  clockify
extra-addons
Odoo addons
Stars: ✭ 14 (-12.5%)
Mutual labels:  odoo
togglol
Alternative Toggl time reporting. Outdated but still works fine! :)
Stars: ✭ 26 (+62.5%)
Mutual labels:  toggl
odoo asterisk
Odoo based Asterisk IP-PBX
Stars: ✭ 38 (+137.5%)
Mutual labels:  odoo
odoo-k8s
Odoo on Kubernetes demo application. (with minikube and standalone)
Stars: ✭ 40 (+150%)
Mutual labels:  odoo
data-protection
Data Protection
Stars: ✭ 23 (+43.75%)
Mutual labels:  odoo
odoo-development-environment-tutorial
建立 odoo 開發環境 ( source code )
Stars: ✭ 25 (+56.25%)
Mutual labels:  odoo
wakatime-to-toggl
📩 Sync your WakaTime data in Toggl
Stars: ✭ 23 (+43.75%)
Mutual labels:  toggl
payment alipay
odoo alipay module
Stars: ✭ 27 (+68.75%)
Mutual labels:  odoo
dockerdoo
Flexible and streamlined Odoo image to be used with docker-compose, docker swarm or Kubernetes. Fully integrated to with VSCode devcontainers
Stars: ✭ 55 (+243.75%)
Mutual labels:  odoo
vscode-odoo-snippets
Develop Odoo modules faster and with no Typing Errors.
Stars: ✭ 20 (+25%)
Mutual labels:  odoo
toggl-google-sheet
Import Toggl time entries into a Google Sheet
Stars: ✭ 17 (+6.25%)
Mutual labels:  toggl
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+143.75%)
Mutual labels:  odoo
muk base
MuK Odoo Base Modules
Stars: ✭ 33 (+106.25%)
Mutual labels:  odoo
odoo backend theme
No description or website provided.
Stars: ✭ 16 (+0%)
Mutual labels:  odoo
pycharm-odoo-old
Odoo plugin for PyCharm
Stars: ✭ 57 (+256.25%)
Mutual labels:  odoo
actpy
Python framework for business applications contains ERP , CRM , HRM , MRP , POS and many more
Stars: ✭ 30 (+87.5%)
Mutual labels:  odoo

GNOME Pomodoro Tracking

Lets you track your time with the popular time tracking services.

Contents

Getting Started

Requirements

Install

# If you have installed v3, first uninstall old version
sh -c "$(curl -fsSL https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro-tracking/master/startup.sh)" "" --uninstall
pip3 install -U gnome-pomodoro-tracking

Uninstall

pip3 uninstall -y gnome-pomodoro-tracking

GNOME Pomodoro Settings

Preferences / Plugins ... / Custom Actions(Execute shell scripts) / Add

gnome-pomodoro-tracking -gps "$(state)" -gpt "$(triggers)" -gpd "$(duration)" -gpe "$(elapsed)"

Command Line

usage: gnome-pomodoro-tracking [-h] [--plugin {odoo,clockify,toggl}] [-n NAME]
                               [-g TAG] [-r] [-k] [-s] [-w] [-p]
                               [--token TOGGL_TOKEN]
optional arguments:
  -h, --help            show this help message and exit
  --plugin {odoo,clockify,toggl}
                        Time Tracking Service
  -n NAME, --name NAME  Pomodoro name
  -g TAG, --tag TAG     Pomodoro tag
  -r, --restart         Pomodoro restart
  -k, --stop            Pomodoro stop
  -s, --status          Pomodoro status
  -e, --time-entry      Create time entry
  -m, --min-trace       Time minimal elapsed to track
  -d, --debug           Enable debug
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].