toggl-cli icon indicating copy to clipboard operation
toggl-cli copied to clipboard

A simple command-line interface for toggl.com

Results 40 toggl-cli issues
Sort by recently updated
recently updated
newest added

Bumps [inquirer](https://github.com/magmax/python-inquirer) from 2.9.1 to 3.1.3. Release notes Sourced from inquirer's releases. v3.1.3 Changes Version 3.1.3 (#366) @​Cube707 Added checkbox locked choices feature (#327) @​NivEz Remove staticdev codeowner (#343) @​staticdev...

dependencies

FYI, I just found out a few days ago when I checked if there was a new version for the Linux desktop client that the v8 API has been deprecated...

Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.8.0 to 5.11.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbr&package-manager=pip&previous-version=5.8.0&new-version=5.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 4.0.0. Changelog Sourced from pytest-cov's changelog. 4.0.0 (2022-09-28) Note that this release drops support for multiprocessing. --cov-fail-under no longer causes pytest --collect-only to fail Contributed...

dependencies

I find myself doing the following often: ```bash # it's 7:00 >>> toggl start "Entry 1" # at 8:00 I realize I switched to entry 2 at 7:30 >>> toggl...

API now has quite nice handling of validation errors and it returns them as 400. We could add another `TogglApiException` that would encapsulate these errors with nicer message than now...

Additions to #303 with v9 migration fixes and all tests passing.

Toggl supports sessions now ([see here](https://engineering.toggl.com/docs/authentication#authentication-with-a-session-cookie)). It would be interesting to explore if we could replace the "password" or "token" authentication with those in order to improve security.

enhancement

Fixes #327 Does this warrant a new test, or is an additional check to an existing one enough?

Requesting the `pid` of a retrieved `TimeEntry` no longer works. After some searching it seems the mapping broke since a time entry no longer seems to report a `project_id`, but...